#
# HoI - Poland Events 
#
#		written by Henrik Fhraeus
#
# Hoi1 CORE(mod-Phoneix)1960+ Extra EUFI CORE Polish Events
#
# Events 702080 & 702083 tweaked by ConjurerDragon
# Enigma Event 702028 end date tweaked
#
# New Hoi1 CORE 0.93 Events 
# USSR invasion of Eastern Poland event sequence by ConjurerDragon added
#
#########################################################################
#  The UK offers an Alliance
#########################################################################
event = { 
	id = 3600
	random = no
	country = POL
	
	# Triggered by ENG 3401
	
	name = EVT_3600_NAME
	desc = EVT_3600_DESC
	style = 0
	
	action_a = {
		name = ACTIONNAME3600A # Accept
		command = { type = trigger which = 3402 }
		command = { type = alignment which = democratic value = 150 }
	}
	action_b = {
		name = ACTIONNAME3600B # Decline
		command = { type = trigger which = 3403 }
	}
}

################################################
######### event 3601 modded on EEurope.txt ########
################################################

#########################################################################
#  Danzig or War (Options)
#########################################################################
event = { 
	id = 3601
	random = no
	country = POL
	
	# Triggered by GER 2027
	
	name = EVT_3601_NAME
	desc = EVT_3601_DESC
	style = 0
	
	action_a = {
		name = ACTIONNAME3601A # Then it is War
		command = { type = trigger which = 2028 }
		command = { type = dissent value = -5 }
	}
	action_b = {
		name = ACTIONNAME3601B # Fold
		command = { type = secedeprovince which = GER value = 645 }
		command = { type = trigger which = 2029 }
		command = { type = dissent value = 20 } # Higher dissent
		command = { type = alignment which = fascist value = 50 }
	}
}
#########################################################################
# 702019 - (POL) Polish Refugees to Romania (by Generalisimo)
#  
#########################################################################

event = {
	id = 702019
	random = no
	country = POL

	trigger = {
		NOT = {
			OR = {
				event = 2014
				event = 2017
				war = { country = ROM  country = POL }
			}
		}

		NOT = {
			OR = {
				control = { province = 640 data = POL } # Radom 
				control = { province = 638 data = POL } # Cracow 
				control = { province = 724 data = POL } # Przemysl 
				control = { province = 635 data = POL } # Cieszyn 
				control = { province = 637 data = POL } # Czestochowa 
				control = { province = 639 data = POL } # Lodz 
				control = { province = 648 data = POL } # Torun 
				control = { province = 649 data = POL } # Suwalki 
				control = { province = 647 data = POL } # Bydgoszcz 
				control = { province = 606 data = POL } # Poznan 
				control = { province = 645 data = POL } # Gdansk
				control = { province = 719 data = POL } # Sandomierz
				control = { province = 720 data = POL } # Rowne 
				}
			}
		
		garrison = { country = POL province = 725 size = 3 }

	}

	name = CEVTNAME_702019
	desc = CEVTDESC_702019
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 3 
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_702019
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = trigger which = 702018 } # ROM
		}

	action_b = {
		name = CEVTACTB_702019
		command = { } 
		}
}

#########################################################################
# 702020 - (POL) Polish Refugees to Hungary (by Generalisimo)
#########################################################################

event = {
	id = 702020
	random = no
	country = POL

	trigger = {
		NOT = {
			OR = {
				control = { province = 640 data = POL } # Radom 
				control = { province = 638 data = POL } # Cracow 
				control = { province = 724 data = POL } # Przemysl 
				control = { province = 635 data = POL } # Cieszyn 
				control = { province = 637 data = POL } # Czestochowa 
				control = { province = 639 data = POL } # Lodz 
				control = { province = 648 data = POL } # Torun 
				control = { province = 649 data = POL } # Suwalki 
				control = { province = 647 data = POL } # Bydgoszcz 
				control = { province = 606 data = POL } # Poznan 
				control = { province = 645 data = POL } # Gdansk 
				control = { province = 719 data = POL } # Sandomierz
				control = { province = 720 data = POL } # Rowne
				}
			}
		NOT = {
			war = { country = HUN country = POL }
			alliance = { country = GER country = HUN }
		}
		#garrison in 724 - Przemysl
		garrison = { country = POL province = 724 size = 1 } 
		#hungary own 726 - Munkacs 
		control = { province = 726 data = HUN } # Munkacs
	}


	name = CEVTNAME_702020
	desc = CEVTDESC_702020
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 2
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_702020
		command = { type = delete_unit which = -1 }
		command = { type = trigger which = 702021 } # HUN
		}

	action_b = {
		name = CEVTACTB_702020
		command = { } 
		}
}

#########################################################################
#  Poland -> Breaking Enigma
#  by Copper Nicus  tweaked by CD
#########################################################################
event = {
	id = 702028
	random = no
	country = POL

	trigger = {
		technology = 3100 # Binary Code
			NOT = {
			puppet = { country = POL country = GER } 
			}	
		}

	name = CEVTNAME_702028
	desc = CEVTDESC_702028
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 16 month = september year = 1939 }

	action_a = {
		name = CEVTACTA_702028
		command = { type = gain_tech which = 3104 } # Basic Encryption Devices
		command = { type = gain_tech which = 3101 } # Binary Coded Machine Language
		command = { type = gain_tech which = 3200 } # Cavity Magnetron
		command = { type = gain_tech which = 3207 } # Basic Decryption Machines
		}
}

#########################################################################
#  -------------------- France credits to Poland ------------------------
#  from 702029 to 702034
#########################################################################

###########################################################
# Poland gets credit from France
# by Copper Nicus
###########################################################


event = { 
	id = 702029
	random = no
	country = POL

	name = CEVTNAME_702029
	desc = CEVTDESC_702029
	style = 0
	
	action_a = {
		name = CEVTACTA_702029
		command = { type = alignment which = democratic value = 10 }
	}
}

###########################################################
# Polish pleas for credit from France rejected
# by Copper Nicus
###########################################################


event = { 
	id = 702030
	random = no
	country = POL

	name = CEVTNAME_702030
	desc = CEVTDESC_702029
	style = 0
	
	action_a = {
		name = CEVTACTA_702030
		command = { type = alignment which = fascist value = 10 }
	}
}

###########################################################
# Poland gets fighters tech from France
# by Copper Nicus
###########################################################


event = { 
	id = 702033
	random = no
	country = POL

	# triggered by

	name = CEVTNAME_702033
	desc = CEVTDESC_702029
	style = 0

	action_a = {
		name = CEVTACTA_702033
		command = { type = gain_tech which = 10001 } # Basic Interceptors
		command = { type = gain_tech which = 10002 }  
		command = { type = gain_tech which = 10003 } 
		command = { type = gain_tech which = 10100 } 
		command = { type = gain_tech which = 10102 } 		
	}
}

###########################################################
# Poland gets fighters from France
# by Copper Nicus
###########################################################


event = { 
	id = 702034
	random = no
	country = POL

	trigger = {
		event = 702033  # Romania helped
	}

	name = CEVTNAME_702034
	desc = CEVTDESC_702029
	style = 0

	date = { day = 1 month = july year = 1939 }
	offset = 2
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_702034
		command = { type = alignment which = democratic value = 20 }
		command = { type = add_division which = fighter }
		command = { type = add_division which = fighter }
	}
}


###########################################################
# Poland gets credit from UK
# by Copper Nicus
###########################################################


event = { 
	id = 702035
	random = no
	country = POL

	name = CEVTNAME_702035
	desc = CEVTDESC_702035
	style = 0
	
	action_a = {
		name = CEVTACTA_702035
		command = { type = alignment which = democratic value = 10 }
		command = { type = gain_tech which = 10001 } # Basic Short Range Engines
	}
}

###########################################################
# Polish pleas for credit from UK rejected
# by Copper Nicus
###########################################################


event = { 
	id = 702036
	random = no
	country = POL

	name = CEVTNAME_702036
	desc = CEVTDESC_702031
	style = 0
	
	action_a = {
		name = CEVTACTA_702036
		command = { type = alignment which = fascist value = 10 }
	}
}
###########################################################
# Poland gets bombers from UK
# by Copper Nicus
###########################################################


event = { 
	id = 702039
	random = no
	country = POL

	name = CEVTNAME_702039
	desc = CEVTDESC_702039
	style = 0

	action_a = {
		name = CEVTACTA_702039
		command = { type = alignment which = democratic value = 20 }
		command = { type = add_division which = tactical_bomber }
		command = { type = add_division which = tactical_bomber }
	}
}
#########################################################################
#  702042 - (POL) Danzig or War (No option) (by Generalisimo)
#########################################################################
event = { 
	id = 702042
	random = no
	country = POL
	
	# Triggered by GER 172080
	
	name = EVT_3601_NAME
	desc = EVT_3601_DESC
	style = 0
	
	action_a = {
		name = ACTIONNAME3601A # Then it is War
		command = { type = trigger which = 2028 }
		command = { type = dissent value = -5 }
		}
}

########################################################
# 702043 - (POL) Polish armament export (by Halibutt)
########################################################
event = {
	id = 702043
	random = no
	country = POL

	# triggered by ENG 272082 A

	name = CEVTNAME_702043
	desc = CEVTDESC_702043
	style = 0

	action_a = {
		name = CEVTACTA_702043
		command = { type = trigger which = 272083 } # UK getting the project
		command = { type = rubberpool value = 500 }
		command = { type = supplies value = -500 } # Guns	
		command = { type = influence value = 2 } # good international relations
		}
	action_b = {
		name = CEVTACTB_702043
		command = { type = supplies value = 150 }
		command = { type = trigger which = 272084 } # UK NOT getting the project
		command = { type = influence value = -2 } # bad international relations
		}
}

################################################################
# 702044 - (POL) Polish Communist Party (by Halibutt)
################################################################

event = {
	id = 702044
	random = no
	country = POL

	trigger = {
		random = 50
		atwar = no
		alliance = { country = POL country = SOV }
		}

	name = CEVTNAME_702044
	desc = CEVTDESC_702044
	style = 0

	date = { day = 1 month = august year = 1937 }
	offset = 15 
	deathdate = { day = 30 month = october year = 1939 }

	action_a = {
		name = CEVTACTA_702044
		command = { type = alignment which = communist value = -10 }
		command = { type = dissent value = -3 }
	}
}

###############################################################
# 702045 to 702046 - (POL) A polish melting-pot part 1 (by Halibutt)
###############################################################


event = { 
id = 702045 
random = no
country = POL

trigger = {
	random = 30
	atwar = no
	}

	name = CEVTNAME_702045
	desc = CEVTDESC_702045
	style = 0

	date = { day = 2 month = january year = 1937 } 
	offset = 15
	deathdate = { day = 30 month = october year = 1939 }

	action_a = {
		name = CEVTACTA_702045
		command = { type = dissent value = -1 } 
		command = { type = manpowerpool value = -45 }
	}
	action_b = {
		name = CEVTACTB_702045
		command = { type = dissent value = 3 }
		command = { type = influence value = -3 }
		command = { type = manpowerpool value = -15 } #many of them emigrate anyway
		command = { type = industry which = -1 value = -1 }
		command = { type = industry which = -1 value = -1 }
	}
}

event = { 
	id = 702046
	random = no
	country = POL

	trigger = {
		atwar = no
		random = 20
		}

	name = CEVTNAME_702046
	desc = CEVTDESC_702046
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 20
	deathdate = { day = 30 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_702046
		command = { type = dissent value = 2 } 
	}
	action_b = {
		name = CEVTACTB_702046
		command = { type = dissent value = -1 }
		command = { type = manpowerpool value = -3 } #Deaths due to salmonella	
	}
}

################################################################
# 702047 to 702048 - (POL) Central Industrial Zone (by Halibutt)
################################################################

event = { 
	id = 702047
	random = no 
	country = POL
	trigger = { 
		# you NEED to have the resources for this to trigger
		supplies = 2000
		coal = 2500
		steel = 500
		dissent = 5 # High unemployment
		} 

	name = CEVTNAME_702047
	desc = CEVTDESC_702047
	style = 0

        date = { day = 1 month = may year = 1936 }
        offset = 5
	deathdate = { day = 30 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_702047
                command = { type = industry which = -1 value = 1 }
		command = { type = dissent value = -5 } #Hope for improvement
                command = { type = infrastructure  which = -1 value = 5 } #First effects
                command = { type = infrastructure  which = -1 value = 5 }
                command = { type = infrastructure  which = -1 value = 5 }
		command = { type = supplies value = -2000 } #Needs tweaking?
		command = { type = steelpool value = -500 }
		command = { type = coalpool value = -2500 }
		command = { type = setflag  which = COP } # Central Industrial Zone
		}
	action_b = {
		name = CEVTACTB_702047
                command = { type = industry which = -1 value = -1 } #It will not...
                command = { type = industry which = -1 value = -1 }
                command = { type = industry which = -1 value = -1 }
                command = { type = industry which = -1 value = -1 }
	}
}
#####################

event = { 
	id = 702048
	random = no
	country = POL

	trigger = {
		random = 30 # No stable date of finish
		flag = COP # set by the event above
		atwar = no			
	} 

	name = CEVTNAME_702048
	desc = CEVTDESC_702048
	style = 0

	date = { day = 2 month = january year = 1938 } 
	offset = 15
	deathdate = { day = 30 month = december year = 1940 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = industry which = 640 value = 2 } #Radom
		command = { type = industry which = 724 value = 2 } #Przemysl
		command = { type = industry which = 638 value = 1 } #Krakw
		command = { type = industry which = 720 value = 5 } #Sandomierz
		command = { type = infrastructure  which = -1 value = 10 }
		command = { type = dissent value = -1 }
	}
}

######################################################################
# 702049 to 702051 - (POL) Polish bomber engines import (by Halibutt)
######################################################################

event = {
	id = 702049
	random = no
	country = POL

	trigger = {
			atwar = no
			coal = 1000 # Able to pay
			oil = 500 # you NEED the resource to paid for them
			steel = 500
		NOT = {            
			OR = {
				war = { country = ENG country = POL }
				alliance = { country = ENG country = SOV }
				alliance = { country = ENG country = GER }
				alliance = { country = POL country = GER }
				}
			}   
 		}


	name = CEVTNAME_702049
	desc = CEVTDESC_702050
	style = 0

	date = { day = 1 month = february year = 1937 } 
	offset = 5
	deathdate = { day = 30 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_702049
		command = { type = trigger which = 272085 } # ENG asked to sell them
		}
	action_b = {
		name = CEVTACTB_702049
		command = { type = supplies value = 150 } #Subsidy from the Ministry of War, money saved
		}
}	

	
#################

event = {
	id = 702050
	random = no
	country = POL

	# triggered by ENG 272085 A

	name = CEVTNAME_702050
	desc = CEVTDESC_702050
	style = 0

	action_a = {
		name = CEVTACTA_702050
		command = { type = gain_tech which = 9001 } # Basic 750+ hp Engines
		command = { type = gain_tech which = 9002 } # Fuel-injection systems
		command = { type = coalpool value = -1000 }
		command = { type = steelpool value = -400 }
		command = { type = oilpool value = -500 }
		command = { type = influence value = 2 }
		}
}

##########################
# (POL) Polish bomber engines import (by Halibutt)
#		modified to point to a new tech
#		we should consider lowering the cost since 
#		Poland in 1937 doesn't have enough resources of 
#		all types due to poor World Market
##########################

event = {
	id = 702051
	random = no
	country = POL

	# triggered by ENG 272085 B

	name = CEVTNAME_702051
	desc = CEVTDESC_702051
	style = 0

	action_a = {
		name = CEVTACTA_702051
		command = {  } # any recommendation?	
		}
}

#################################################################
# 702052 to 702055 - (POL) Polish Melting-pot Part 2 (by Halibutt)
#################################################################

event = { 
id = 702052
random = no
country = POL


trigger = {     
	random = 20
	atwar = no
 	}

	name = CEVTNAME_702052
	desc = CEVTDESC_702052
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 25
	deathdate = { day = 30 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_702052
		command = { type = dissent value = 3 } 
	}
	action_b = {
		name = CEVTACTB_702052
		command = { type = dissent value = -2 }
		#command = { type = sleepevent which = XXXXX } # One of the ukrainian unrests
	}
	action_c = {
		name = CEVTACTC_702052
		command = { type = dissent value = -1 }
	}
}

###################

event = {
	id = 702053
	random = no
	country = POL

	trigger = {
		event = 702052 # Ukrainian university
		random = 10
		atwar = no
		}

	name = CEVTNAME_702053
	desc = CEVTDESC_702053

	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 60
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_702053
		command = { type = dissent value = 1 }
		}
	action_b = {
		name = CEVTACTB_702053
		command = { type = dissent value = 2 }
		}
	action_c = {
		name = CEVTACTC_702053
		command = { type = industry which = 725 value = -2 } # Lww
		command = { type = industry which = 711 value = -1 } # Rwne
		command = { type = dissent value = -5 }
		}
}


###################
event = {
	id = 702054
	country = POL
	random = no
	trigger = {
		random = 10
		dissent = 6
		atwar = no
		}

	name = CEVTNAME_702054
	desc = CEVTDESC_702054

	date = { day = 30 month = july year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -3 } # 5 when ukraine events are added
		}
}

# 702055 NOBEL PRIZE EVENT

######################################################################
# 702056 to 702058 - (POL) Polish carbines to Spain (by Halibutt)
######################################################################

event = {
	id = 702056
	random = no
	country = POL

	trigger = {     
		random = 40
		supplies = 400 # Poland have enough supplies to conduct a deal
		war = { country = SPR country = SPA }
		NOT = {            
			OR = {
				war = { country = GER country = POL }
				war = { country = SOV country = POL }
				war = { country = SPR country = POL }
				ispuppet = POL
				alliance = { country = GER country = POL }
				alignment = fascist
				}
			}   
 		}

	name = CEVTNAME_702056
	desc = CEVTDESC_702056
	style = 0

	date = { day = 1 month = april year = 1936 } 
	offset = 5
	deathdate = { day = 30 month = may year = 1942 }

	action_a = {
		name = CEVTACTA_702056
		command = { type = trigger which = 802019 } # SPR asked if they want it
		}
	action_b = {
		name = CEVTACTB_702056
		command = { type = supplies value = 150 } # money saved
		}
}	


################

event = {
	id = 702057
	random = no
	country = POL

	# triggered by SPR 802019 A

	name = CEVTNAME_702057
	desc = CEVTDESC_702057
	style = 0

	action_a = {
		name = CEVTACTA_702057
		command = { type = steelpool value = 250 } # payment
		command = { type = supplies value = -400 } # rifles
		}
}

#################

event = {
	id = 702058
	random = no
	country = POL

	# triggered by SPR 802019 B

	name = CEVTNAME_702058
	desc = CEVTDESC_702058
	style = 0

	action_a = {
		name = CEVTACTA_702058
		command = {  } # any suggestion?
		}
}
#########################################################################
#  702059 - (POL) Warsaw Uprising - opening moves (by Copper Nicus)
#########################################################################

event = {
	id = 702059
	random = no
	country = POL

	# triggered by GER 172129 

	name = CEVTNAME_702059
	desc = CEVTDESC_702059
	style = 0


	action_a = {
		name = CEVTACTA_702059
		command = { type = headofstate which = 13056 } # Wieniawa ;)
		command = { type = headofgovernment which = 13064 } # Mikolajczyk
		command = { type = foreignminister which = 13069 } # Zalewski
		command = { type = armamentminister which = 13078 } # was Grosfeld (removed in new pic pack), cahnged for Neyman
		command = { type = ministerofsecurity which = 13086 } # Mikolajczyk
		command = { type = chiefofstaff which = 13097 } # Bor-Komorowski
		command = { type = chiefofarmy which = 13101 } # Anders
		command = { type = chiefofnavy which = 13009 } # Swirski
		command = { type = chiefofair which = 13054 } # was Ujejski (removed in new pic pack), changed for Grosfeld
		command = { type = addcore  which = 643 }
		command = { type = addcore  which = 642 }
		command = { type = addcore  which = 648 }
		command = { type = addcore  which = 645 }
		command = { type = addcore  which = 647 }
		command = { type = addcore  which = 637 }
		command = { type = addcore  which = 639 }
		command = { type = addcore  which = 640 }
		command = { type = addcore  which = 638 }
		command = { type = addcore  which = 635 }
		command = { type = addcore  which = 724 }
		command = { type = addcore  which = 720 }
		command = { type = addcore  which = 723 }
		command = { type = addcore  which = 722 }
		command = { type = addcore  which = 718 }
		command = { type = addcore  which = 649 }
		command = { type = addcore  which = 717 }
		command = { type = addcore  which = 721 }
		command = { type = addcore  which = 719 }
		command = { type = addcore  which = 725 }
		command = { type = addcore  which = 716 }
		command = { type = leave_alliance } # just in case
		command = { type = alignment which = democratic value = 150 } # go Allies!
		command = { type = supplies value = 1000 }
		command = { type = oilpool  value = 500 }
		command = { type = steelpool  value = 500 }
		command = { type = rubberpool  value = 500 }
		command = { type = coalpool  value = 500 }
		command = { type = manpowerpool  value = 100 }
		command = { type = add_division which = infantry }
		command = { type = add_division which = militia when = 643 }
		command = { type = add_division which = militia when = 643 }
		command = { type = add_division which = militia when = 643 }
		command = { type = add_division which = militia when = 643 }
		command = { type = add_division which = militia when = 643 }
#		command = { type = land_fort  which = 643 value = 8 } # Cityfight!
		command = { type = trigger which = 272096 }
	}

}


#########################################################################
#  702060 - (POL) Warsaw Uprising - captured weapons 1 (by Copper Nicus)
#########################################################################

event = {
	id = 702060
	random = no
	country = POL

	trigger = {
		random = 25 # In early stage chances are high
		event = 702059
		war = { country = POL country = GER }
		control = { province = 643 data = POL } # Warsaw is still free!
		
		}

	name = CEVTNAME_702060
	desc = CEVTDESC_702060

	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 1
	deathdate = { day = 30 month = december year = 1959 }


	action_a = {
		name = CEVTACTA_GREAT
		command = { type = add_division which = militia when = 643 }
	}

}

#########################################################################
#  702061 - (POL) Warsaw Uprising - captured weapons 2 (by Copper Nicus)
#########################################################################

event = {
	id = 702061
	random = no
	country = POL

	trigger = {
		random = 20 # Later are lower...
		event = 702060
		war = { country = POL country = GER }
		control = { province = 643 data = POL } # Warsaw is still free!
		
		}

	name = CEVTNAME_702060
	desc = CEVTDESC_702061

	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 1
	deathdate = { day = 30 month = december year = 1959 }


	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = 50 }
	}

}

#########################################################################
#  702062 - (POL) Warsaw Uprising - captured weapons 3 (by Copper Nicus)
#########################################################################

event = {
	id = 702062
	random = no
	country = POL

	trigger = {
		random = 15 # Then later drop even more
		event = 702061
		war = { country = POL country = GER }
		control = { province = 643 data = POL } # Warsaw is still free!
		
		}

	name = CEVTNAME_702060
	desc = CEVTDESC_702062

	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 1
	deathdate = { day = 30 month = december year = 1959 }


	action_a = {
		name = CEVTACTA_GREAT
		command = { type = add_division which = militia when = 643 }
	}

}

#########################################################################
#  702063 - (POL) Warsaw Uprising - air drops 1 (by Copper Nicus)
#########################################################################

event = {
	id = 702063
	random = no
	country = POL

		trigger = {
			random = 25
			flag = warsaw_drop
			war = { country = POL country = GER }
			control = { province = 643 data = POL } # Warsaw is still free!		
		}

	name = CEVTNAME_702063
	desc = CEVTDESC_702063
	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 10
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = 100 } # Lot's of supplies wasted
	}

}


#########################################################################
#  702064 - (POL) Warsaw Uprising - air drops 2 (by Copper Nicus)
#########################################################################

event = {
	id = 702064
	random = no
	country = POL

		trigger = {
			random = 25
			flag = warsaw_drop
			event = 702063 # first drop happened
			war = { country = POL country = GER }
			war = { country = ENG country = GER }
			control = { province = 643 data = POL } # Warsaw is still free!		
		}

	name = CEVTNAME_702063
	desc = CEVTDESC_702064
	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 5
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = 100 } # Lot's of supplies wasted
	}

}

#########################################################################
#  702065 - (POL) Warsaw Uprising - air drops 3 (by Copper Nicus)
#########################################################################

event = {
	id = 702065
	random = no
	country = POL

		trigger = {
			random = 25
			flag = warsaw_drop
			event = 702064 # second drop happened
			war = { country = POL country = GER }
			war = { country = ENG country = GER }
			control = { province = 643 data = POL } # Warsaw is still free!		
		}

	name = CEVTNAME_702063
	desc = CEVTDESC_702065
	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 5
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = 100 } # Lot's of supplies wasted
	}

}

#########################################################################
#  702066 - (POL) Warsaw Uprising - air drops 4 (by Copper Nicus)
#########################################################################

event = {
	id = 702066
	random = no
	country = POL

		trigger = {
			random = 25
			flag = warsaw_drop
			event = 702065 # third drop happened
			war = { country = POL country = GER }
			war = { country = ENG country = GER }
			control = { province = 643 data = POL } # Warsaw is still free!		
		}

	name = CEVTNAME_702063
	desc = CEVTDESC_702066
	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 5
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = 100 } # Lot's of supplies wasted
	}

}

#########################################################################
#  702067 - (POL) Warsaw Uprising - Sosabowski brigade paradrop (by Copper Nicus)
#########################################################################

event = {
	id = 702067
	random = no
	country = POL

	# triggered by ENG 272098 B

	name = CEVTNAME_702067
	desc = CEVTDESC_702067

	style = 0


	action_a = {
		name = CEVTACTA_702067
		command = { type = add_division which = paratrooper } # get brigade
		command = { type = dissent  value = -5 } # Huge boost to the morale
	}
}

#########################################################################
#  702068 - (POL) Warsaw Uprising - Limited soviet support (by Copper Nicus)
#########################################################################

event = {
	id = 702068
	random = no
	country = POL

	# triggered by SOV 222056 B

	name = CEVTNAME_702068
	desc = CEVTDESC_702068

	style = 0


	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = 200 } # Some was lost during transport
	}
}

#########################################################################
#  702069 - (POL) Warsaw Uprising - Full support (by Copper Nicus)
#########################################################################

event = {
	id = 702069
	random = no
	country = POL

	# triggered by SOV 222056 C

	name = CEVTNAME_702069
	desc = CEVTDESC_702069

	style = 0


	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = 500 } # Some was lost during transport
		command = { type = add_division which = militia when = 643 } # Full support of communist underground
		command = { type = add_division which = militia when = 643 }
	}
}

######################################################################
# 702070 - (POL) Polish foreign affairs, communist (by Copper Nicus)
######################################################################
event = {
        id = 702070 
        random = no
        country = POL

	trigger = {
		random = 15
		exists = POL
		exists = GER
		exists = SOV
                atwar = no
		alignment = communist
	
			NOT = {
				OR = { 	
					alliance = { country = POL country = SOV }
					ispuppet = POL
					ispuppet = GER
					}
				}
			}

        name = CEVTNAME_702070
        desc = CEVTDESC_702070
	style = 0

        date = { day = 1 month = january year = 1936 }
        offset = 30 # Maybe I should increase it to 250-300?
	deathdate = { day = 30 month = december year = 1946 }

        action_a = { 
                name = CEVTACTA_702070
		command = { type = alignment which = communist value = -50 }
		command = { type = influence value = 1 }
		}
        action_b = {
                name = CEVTACTB_702070
		command = {  } # Nothing
		}
}

######################################################################
# 702071 - (POL) Polish foreign affairs, fascist (by Copper Nicus)
######################################################################
event = {
        id = 702071 
        random = no
        country = POL

	trigger = { 
		random = 15
		exists = POL
		exists = GER
		exists = SOV
                atwar = no
		alignment = fascist
			NOT = {
				OR = { 	
					alliance = { country = POL country = GER }
					ispuppet = POL
					ispuppet = GER
					}
				}
			}

        name = CEVTNAME_702071
        desc = CEVTDESC_702071
	style = 0

        date = { day = 1 month = january year = 1936 }
        offset = 30
	deathdate = { day = 30 month = december year = 1946 }

        action_a = { 
                name = CEVTACTA_702070
		command = { type = alignment which = fascist value = -50 }
		command = { type = influence value = 1 }
		}
        action_b = {
                name = CEVTACTB_702071
		command = {  } # Nothing
		}
	}

######################################################################
# 702072 to 702075 - (POL) German sabotage detected (by Halibutt & Copper Nicus)
######################################################################
event = {
	id = 702072
	random = no
	country = POL

	trigger = {
		random = 5
		exists = GER

	NOT = {
			OR = {
			war = { country = SOV country = GER }
			alliance = { country = GER country = POL }
			ispuppet = GER
			ispuppet = POL
			exists = AUS # Anchlussed or annexed
			}
		}
	}
	name = CEVTNAME_702072
	desc = CEVTDESC_702072

	date = { day = 30 month = july year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = OK
		command = {  type = research_sabotaged }
	}
}

##############################

event = {
	id = 702073
	random = no
	country = POL

	trigger = {
		random = 5
		exists = GER
	NOT = {
		OR = {
			war = { country = SOV country = GER }
			alliance = { country = GER country = POL }
			ispuppet = GER
			ispuppet = POL
			exists = AUS # Anchlussed or annexed
		}
	}
}

	name = CEVTNAME_702072
	desc = CEVTDESC_702072

	date = { day = 30 month = july year = 1937 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = OK
		command = {  type = industry which = 635 value = -2 } # Katowice
		command = {  type = coalpool value = -350 } 
		command = {  type = supplies value = -500 } 
	}
}

####################

event = {
	id = 702074
	random = no
	country = POL

	trigger = {
		random = 5
		exists = GER
	NOT = {
		OR = {
			war = { country = SOV country = GER }
			alliance = { country = GER country = POL }
			ispuppet = GER
			ispuppet = POL
			exists = AUS # Anchlussed or annexed
		}
	}
}

	name = CEVTNAME_702072
	desc = CEVTDESC_702072

	date = { day = 30 month = july year = 1938 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = OK
		command = {  type = industry which = 645 value = -2 } # Gdansk
		command = {  type = coalpool value = -350 } 
		command = {  type = supplies value = -500 } 
	}
}


####################

event = {
	id = 702075
	country = POL
	random = no
	trigger = {
		random = 5
		exists = GER

	NOT = {
		OR = {
			war = { country = SOV country = GER }
			alliance = { country = GER country = POL }
			ispuppet = GER
			ispuppet = POL
			exists = AUS # Anchlussed or annexed
		}
	}
}

	name = CEVTNAME_702072
	desc = CEVTDESC_702072

	date = { day = 30 month = july year = 1939 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = OK
		command = {  type = research_sabotaged }
	}
}
#################################
# 702080 (POL)Polish-Lithuanian Crisis(by Ghost_dk)
#	modified by Ulan tweaked by ConjurerDragon
#################################

event = {
	id = 702080
	random = no
	country = POL

	trigger = {
		atwar = no
		exists = LIT
                owned = { province = 716 data = -1 }#Poland owns Wilnius

		NOT = {
			alliance = { country = LIT country = GER }
			alliance = { country = LIT country = SOV }
			alliance = { country = LIT country = ENG }
			}
		}
	name = CEVTNAME_702080
	desc = CEVTDESC_702080
	style = 0

	date = { day = 16 month = march year = 1938 }

	action_a = {
		name = CEVTACTA_702080
		command = { type = influence value = -2 }
		command = { type = trigger which = 702081 }
		}
	action_b = {
		name = CEVTACTB_702080
		command = { type = dissent value = 2 }
		}
}

#################################
# 702082 (POL)Lithuania gives in(by Ghost_dk)
#################################

event = {
	id = 702082
	random = no
	country = POL

	# triggered by LIT 702081

	name = CEVTNAME_702082
	desc = CEVTDESC_702082
	style = 0

	action_a = {
		name = CEVTACTA_702082
		command = { type = influence value = 4 }
		}
}
#################################
# 702083 (POL)Lithuania refuses(by Ghost_dk) Tweaked by ConjurerDragon
#################################

event = {
	id = 702083
	random = no
	country = POL

	# triggered by LIT 702081

	name = CEVTNAME_702083
	desc = CEVTDESC_702083
	style = 0

	action_a = {
		name = CEVTACTB_702083
		command = { type = influence value = -2 }
		command = { type = dissent value = 2 }
		}
	action_b = {
		name = CEVTACTA_702083
		command = { type = war which = LIT }
		}
}
#################################
# 702085 (POL)Poland and Russia Renew Non-agression Pact/USSR refuses(by Ghost_dk)
#################################

event = {
	id = 702085
	random = no
	country = POL

	# triggered by SOV 222057

	name = CEVTNAME_702085
	desc = CEVTDESC_702085
	style = 0

	action_a = {
		name = CEVTACTA_702085
		command = { type = influence value = 3 }
		}
}
#################################
#702092 (POL)Poland and Russia Renew Non-agression Pact/USSR agrees(by Ghost_dk)
#################################

event = {
	id = 702092
	random = no
	country = POL

	# triggered by SOV 222057

	name = CEVTNAME_702092
	desc = CEVTDESC_702092
	style = 0

	action_a = {
		name = CEVTACTA_702092
		command = { }
		}
}
#################################
# 702095 (POL)The Danzig Agreement(By Ghost_dk)
#################################

event = {
	id = 702095
	random = no
	country = POL

	trigger = { 
		atwar = no
		control = { province = 645 data = POL }
		}

	name = CEVTNAME_702095
	desc = CEVTDESC_702095
	style = 0

	date = { day = 6 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_702095
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = 5 }
		}
	action_b = { 
		name = CEVTACTB_702095
		command = { type = dissent value = 2 }
		command = { type = industry which = 645 value = -2 }
		command = { type = industry Which = -1 value = -1 }
		command = { type = industry Which = -1 value = -1 }
		command = { type = industry Which = -1 value = -1 }
		}
}
###########################
# 702096 (POL)Establishment of Camp of National Unity in Poland(Ghost_dk)
###########################

event = {
	id = 702096
	random = no
	country = POL

	trigger = {
		atwar = no
		NOT = { 
			headofgovernment = 13015
			}
		}
	name = CEVTNAME_702096
	desc = CEVTDESC_702096
	style = 0
	
	date = { day = 0 month = march year = 1937 }

	action_a = {
		name = CEVTACTA_702096
		command = { type = dissent value = 3 }
		command = { type = alignment which = communist value = -10 }
		}
}
##############################
# 702098 (POL)German Renunciation of German-Polish Non-Aggression Pact of 1934(by Ghost_dk)
##############################

event = {
	id = 702098
	random = no
	country = POL

	# triggered by GER 172174

	name = CEVTNAME_702098
	desc = CEVTDESC_702098
	style = 0

	action_a = {
		name = CEVTACTA_702098
		command = { type = warentry which = POL value = 10 }
		command = { type = warentry which = FRA value = 2 }
		command = { type = warentry which = ENG value = 3 }
		}
}
##############################
# 702106 (POL)Renewal of Russo-polisn non-agression Pact(by Ghost_dk)
##############################

event = {
	id = 702106
	random = no
	country = POL

	trigger = {
		atwar = no
		}
	name = CEVTNAME_702106
	desc = CEVTDESC_702106
	style = 0

	date = { day = 25 month = november year = 1938 }

	action_a = {
		name = CEVTACTA_702106
		command = { type = influence value = -2 }
		command = { type = trigger which = 222057 }
		}
}
##################################################
# 702099 - Poland Mobilizes
#	modified by Zaglebiaczek and Halibutt
#	to work with the real populations and mobilization schemes of 1939
##################################################

event = { 
	id = 702099
	random = no
	country = POL

	trigger = {
		OR = {
			atwar = GER
			atwar = SOV
			atwar = yes
			control = { province = 615 data = GER } #Prague
			control = { province = 711 data = GER } #Memel
			}
		}

	name = CEVTNAME_702099
	desc = CEVTDESC_702100
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 15
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = OK
		command = { type = manpowerpool value = 300 }
		command = { type = province_manpower which = 606   value = 5 } # Poznan, +2
		command = { type = province_manpower which = 635   value = 8 } # Cieszyn, +8
		command = { type = province_manpower which = 637   value = 8 } # Czestochowa, +5
		command = { type = province_manpower which = 638   value = 8 } # Krakow, +5
		command = { type = province_manpower which = 639   value = 8 } # Lodz, +5
		command = { type = province_manpower which = 640   value = 5 } # Radom, +5
		command = { type = province_manpower which = 642   value = 1 } # Ostroleka, +1
		command = { type = province_manpower which = 643   value = 11 } # Warszawa, +8
		command = { type = province_manpower which = 645   value = 5 } # Danzig, -1
		command = { type = province_manpower which = 647   value = 5 } # Bydgoszcz, +4
		command = { type = province_manpower which = 648   value = 5 } # Torun, +4
		command = { type = province_manpower which = 649   value = 2 } # Suwalki, +1
		command = { type = province_manpower which = 716   value = 5 } # Wilno, +5
		command = { type = province_manpower which = 718   value = 2 } # Bialystok, +2
		command = { type = province_manpower which = 719   value = 0 } # Rowne
		command = { type = province_manpower which = 720   value = 5 } # Sandomierz, +5
		command = { type = province_manpower which = 721   value = 0 } # Pinsk
		command = { type = province_manpower which = 722   value = 0 } # Brzesc nad Bugiem
		command = { type = province_manpower which = 723   value = 5 } # Lublin, +5
		command = { type = province_manpower which = 724   value = 8 } # Przemysl, +5, Lvov vovodship
		command = { type = province_manpower which = 725   value = 5 } # Lwow, +3 Tarnopol and Stanslawow voivodships)
	}
}
##########################
# Polish elections and politicians 702107-702117
# by Halibutt
##########################


event = { 
	id = 702107
	random = no
	country = POL

	trigger = {

			atwar = no
		}

	name = CEVTNAME_702107
	desc = CEVTDESC_702107
	style = 0

	date = { day = 1 month = may year = 1936 } # Real Date: May 15
	offset = 5
	deathdate = { day = 30 month = december year = 1936 }
	
	action_a = {
		name = CEVTACTA_702107
		command = { type = alignment which = fascist value = 10 }
		command = { type = alignment which = democratic value = 10 }
		command = { type = headofstate which = 13001 } #Moscicki
		command = { type = headofgovernment which = 13038 } #Slawoj-Skladkowski
		command = { type = foreignminister which = 13003 } #Beck
		command = { type = armamentminister which = 13066 } #Kwiatkowski
		command = { type = ministerofsecurity which = 13076 } #Slawoj-Skladkowski
		command = { type = ministerofintelligence which = 13006 } #Pelczynski
		command = { type = chiefofstaff which = 13007 } #Stachiewicz
		command = { type = chiefofarmy which = 13008 } #Rydz
		command = { type = chiefofnavy which = 13009 } #Unrug
		command = { type = chiefofair which = 13010 } #Rayski
		command = { type = trigger which = 702115 } # Peasant unrest
		command = { type = sleepevent which = 702109 } # 1938 Democratic elections
		}

	action_b = {
		name = CEVTACTB_702107
		command = { type = alignment which = democratic value = 30 }
		command = { type = headofstate which = 13001 } #Moscicki
		command = { type = headofgovernment which = 13040 } #Sikorski
		command = { type = foreignminister which = 13003 } #Beck
		command = { type = armamentminister which = 13066 } #Kwiatkowski
		command = { type = ministerofsecurity which = 13082 } #Popiel
		command = { type = ministerofintelligence which = 13006 } #Pelczynski
		command = { type = chiefofstaff which = 13007 } #Stachiewicz
		command = { type = chiefofarmy which = 13008 } #Rydz
		command = { type = chiefofnavy which = 13009 } #Unrug
		command = { type = chiefofair which = 13010 } #Rayski
		command = { type = sleepevent which = 702108 } # 1938 Sanacja elections
		}
}

###

event = { 
	id = 702108
	random = no
	country = POL

	trigger = {

		event = 702107
		headofgovernment = 13038 #Slawoj-Skladkowski

		}

	name = CEVTNAME_702108
	desc = CEVTDESC_702108
	style = 0

	date = { day = 1 month = november year = 1938 } # Real Date: November 6
	offset = 5
	deathdate = { day = 30 month = november year = 1938 }
	
	action_a = {
		name = CEVTACTA_702108
		command = { type = alignment which = fascist value = 10 }
		command = { type = alignment which = democratic value = 10 }
		command = { type = trigger which = 702115 } # Peasant unrest
		}

	action_b = {
		name = CEVTACTB_702108
		command = { type = alignment which = democratic value = 10 }
		command = { type = headofstate which = 13001 } #Moscicki
		command = { type = headofgovernment which = 13040 } #Sikorski
		command = { type = foreignminister which = 13003 } #Beck
		command = { type = armamentminister which = 13066 } #Kwiatkowski
		command = { type = ministerofsecurity which = 13082 } #Popiel
		command = { type = ministerofintelligence which = 13006 } #Pelczynski
		command = { type = chiefofstaff which = 13007 } #Stachiewicz
		command = { type = chiefofarmy which = 13008 } #Rydz
		command = { type = chiefofnavy which = 13009 } #Unrug
		command = { type = chiefofair which = 13010 } #Rayski

		}

	action_c = {
		name = CEVTACTC_702108
		command = { type = alignment which = democratic value = 20 }
		command = { type = headofstate which = 13031 } #Sosnkowski
		command = { type = headofgovernment which = 13039 } #Kwiatkowski
		command = { type = foreignminister which = 13052 } #Raczynski
		command = { type = armamentminister which = 13066 } #Kwiatkowski
		command = { type = ministerofsecurity which = 13083 } #Stronski
		command = { type = ministerofintelligence which = 13006 } #Pelczynski
		command = { type = chiefofstaff which = 13090 } #Tokarzewski
		command = { type = chiefofarmy which = 13097 } #Sikorski
		command = { type = chiefofnavy which = 13060 } #Swirski
		command = { type = chiefofair which = 13010 } #Rayski


	}
}
###
event = { 
	id = 702109
	random = no
	country = POL

	trigger = {

		event = 702107
		headofgovernment = 13040 #Sikorski

		}

	name = CEVTNAME_702109
	desc = CEVTNAME_702109
	style = 0

	date = { day = 1 month = november year = 1938 } # Real Date: November 6
	offset = 5
	deathdate = { day = 30 month = november year = 1938 }
	
	action_a = {
		name = CEVTACTA_702109
		command = { type = alignment which = democratic value = 10 }
		command = { type = alignment which = fascist value = 10 }
		command = { type = headofstate which = 13001 } #Moscicki
		command = { type = headofgovernment which = 13040 } #Sikorski
		command = { type = foreignminister which = 13051 } #Zaleski
		command = { type = armamentminister which = 13066 } #Kwiatkowski
		command = { type = ministerofsecurity which = 13082 } #Popiel
		command = { type = chiefofstaff which = 13090 } #Tokarzewski
		command = { type = chiefofarmy which = 13097 } #Sikorski

		}

	action_b = {
		name = CEVTACTB_702109
		command = { type = alignment which = democratic value = 30 }
		command = { type = headofstate which = 13033 } #Paderewski
		command = { type = headofgovernment which = 13040 } #Sikorski
		command = { type = foreignminister which = 13052 } #Raczynski
		command = { type = armamentminister which = 13066 } #Kwiatkowski
		command = { type = ministerofsecurity which = 13115 } #Witos
		command = { type = ministerofintelligence which = 13006 } #Pelczynski
		command = { type = chiefofstaff which = 13090 } #Tokarzewski
		command = { type = chiefofarmy which = 13097 } #Sikorski

		}

	action_c = {
		name = CEVTACTC_702109

		command = { type = alignment which = democratic value = -20 }
		command = { type = alignment which = fascist value = 10 }
		command = { type = headofstate which = 13032 } #Slawek
		command = { type = headofgovernment which = 13111 } #Dmowski
		command = { type = foreignminister which = 13110 } #Giertych
		command = { type = armamentminister which = 13113 } #Sacha
		command = { type = ministerofsecurity which = 13112 } #Trajdos
		command = { type = ministerofintelligence which = 13016 } #Rosciszewski
		command = { type = chiefofarmy which = 13018 } #Haller von Hallenburg
		}

	action_d = {
		name = CEVTACTD_702109
		command = { type = alignment which = democratic value = 20 }
		command = { type = headofstate which = 13031 } #Sosnkowski
		command = { type = headofgovernment which = 13039 } #Kwiatkowski
		command = { type = foreignminister which = 13052 } #Raczynski
		command = { type = armamentminister which = 13066 } #Kwiatkowski
		command = { type = ministerofsecurity which = 13083 } #Stronski
		command = { type = ministerofintelligence which = 13006 } #Pelczynski
		command = { type = chiefofstaff which = 13090 } #Tokarzewski
		command = { type = chiefofarmy which = 13097 } #Sikorski

	}
}

###
event = { 
	id = 702110
	random = no
	country = POL

	trigger = {
			exists = POL

			NOT = { 

			headofgovernment = 13047 # No logical replacement - if PM, he lives

			} 

		}

	name = CEVTNAME_702110
	desc = CEVTDESC_702110
	style = 0

	date = { day = 1 month = august year = 1939 } #Historically: Aug. 17th
	offset = 7
	deathdate = { day = 30 month = august year = 1939 }
 
	action_a = {
		name = CEVTACTA_702110
		command = { type = dissent value = -1 }
		command = { type = sleepminister which = 13047 } # Korfanty
                     }
          }
###


event = { 
	id = 702111
	random = no
	country = POL

		trigger = {

		event = 702092
		headofgovernment = 13111 # Dmowski

		}

	name = CEVTNAME_702111
	desc = CEVTDESC_702111
	style = 0

		date = { day = 1 month = january year = 1939 } #Historically :Jan 2nd
		offset = 2
		deathdate = { day = 15 month = january year = 1939 }
 
	action_a = {
		name = CEVTACTA_702111
		command = { type = headofgovernment which = 13012 } #Saryusz
		command = { type = sleepminister which = 13111 } # Dmowski
		command = { type = sleepevent which = 702114 } # Dmowski's death - other version
                 }
          }


###
event = { 
	id       = 702114
	random   = no
	country  = POL


	name = CEVTNAME_702114
	desc = CEVTDESC_702114
	style = 0

		date = { day = 2 month = january year = 1939 }

 
	action_a = {
		name = CEVTACTA_702114
		command = { type = dissent value = -1 }
		command = { type = sleepminister which = 13111 } # Dmowski
                     }
          }

###

event = {
	id = 702115
	random = no
	country = POL
	persistent = yes

	#trigered by 702090a - 1936 elections

	name = CEVTNAME_702115
	desc = CEVTDESC_702115
	style = 0


	action_a = {
		name = CEVTACTA_702115
		command = { type = dissent value = 2 }
		command = { type = manpowerpool  value = -1 }
		command = { type = supplies  value = -100 }
		}
	}
###
event = { 
	id       = 702116
	random   = no
	country  = POL



	name = CEVTNAME_702116
	desc = CEVTDESC_702116
	style = 0

	date = { day = 30 month = october year = 1945 } #Historically: Oct. 31st

 
	action_a = {
		name = CEVTACTA_702116
		command = { type = dissent value = 0.5 }
		command = { type = sleepminister which = 13115 } # Witos
                     }
          }
###

event = { 
	id       = 702117
	random   = no
	country  = POL


	name = CEVTNAME_702117
	desc = CEVTDESC_702117
	style = 0

	date = { day = 1 month = february year = 1939 }
 
	action_a = {
		name = OK
		command = { type = chiefofair which = 13116 } # Kalkus
		command = { type = dissent value = 0.5 }
                     }
          }


########################
# gen. Gustaw Orlicz-Dreszer killed in a plane crash
#	by Halibutt
########################
event = {
	id = 702123
	random = no
	country = POL
	name = CEVTNAME_702123
	desc = CEVTDESC_702123
	style = 0
	trigger = { 
			exists = POL
	}
	date = { day = 15 month = july year = 1936 }
	offset = 1
	deathdate = { day = 17 month = july year = 1936 }
	action_a = {
		name = CEVTACTA_702123
		command = { type = dissent value = -1 }
		command = { type = sleepleader which = 8204 }  # Orlicz-Dreszer
	}
}

#082INSERT
#########################
# Polish emmigrants to Brasil
#	by andrzejwojt
###
#	id range
#		702158-702160
#########################
event = { 
	id = 702158
	random = no 
	country = POL

	trigger = {
		exists = BRA
		NOT = {
			alliance = { country = BRA country = POL } # Poland is not allied
			OR = {
				war = { country = POL country = SOV }
				war = { country = GER country = POL }
				puppet = { country = POL country = GER }
				ispuppet = POL
			}
		}
	}

	name = CEVTNAME_702158
	desc = CEVTDESC_702158
	style = 0

        date = { day = 12 month = june year = 1938 }
	offset = 6
	deathdate = { day = 30 month = june year = 1938 }


	action_a = {
		name = CEVTACTA_702158
		command = { type = influence value = 1 }
		}
}

event = { 
	id = 702159
	random = no 
	country = POL

	trigger = {
		exists = BRA
		event = 702158 # bra for bras
		}

	name = CEVTNAME_702159
	desc = CEVTDESC_702159
	style = 0

        date = { day = 13 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_702159
		command = { type = influence value = 1 }
		}
}

event = { 
	id = 702160
	random = no 
	country = POL

	trigger = {
		exists = BRA
		event = 702159 # Lenartowicz Report
		}

	name = CEVTNAME_702160
	desc = CEVTDESC_702160
	style = 0

        date = { day = 21 month = june year = 1939 }

	action_a = {
		name = CEVTACTA_702160
		command = { type = dissent value = 1 }
		}
}

#################################
# Polish colonization of Liberia
# 	by andrzejwojt
###
#	id ranges:
#	322384-322390 (USA)
#	552027-552033 (LIB)
#	702161-702174 (POL)
#################################
event = { 
	id = 702161
	random = no 
	country = POL

	trigger = {
		exists = LIB
		event = 1500122
	} 

	name = CEVTNAME_702161
	desc = CEVTDESC_702161
	style = 0

        date = { day = 22 month = july year = 1936 }

	action_a = {
		name = CEVTACTA_702161
		command = { type = setflag which = pol_collib_no_flag }
		command = { type = trigger which = 552027 }
		}

	action_b = {
		name = CEVTACTB_702161
		command = { type = trigger which = 702166 }
		command = { type = trigger which = 552029 }
	}
}



event = { 
	id = 702162
	random = no 
	country = POL

	trigger = {
		flag = pol_collib_no_flag
	} 

	name = CEVTNAME_702162
	desc = CEVTDESC_702162
	style = 0

        date = { day = 7 month = october year = 1936 }
	offset = 5
	deathdate = { day = 27 month = april year = 1936 }

	action_a = {
		name = CEVTACTA_702162
		command = { }

		}

	action_b = {
		name = CEVTACTB_702162
		command = { type = trigger which = 702166 }
		command = { type = trigger which = 552029 }
	}
}



event = { 
	id = 702163
	random = no 
	country = POL

	trigger = {
		flag = pol_collib_no_flag
	} 

	name = CEVTNAME_702163
	desc = CEVTDESC_702163
	style = 0

        date = { day = 26 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_702163
		command = { type = trigger which = 322390 } # (USA)American reaction

		}

	action_b = {
		name = CEVTACTB_702163
		command = { type = trigger which = 702166 }
		command = { type = trigger which = 552029 }
	}
}

event = { 
	id = 702164
	random = no 
	country = POL

	name = CEVTNAME_702164
	desc = CEVTDESC_702164
	style = 0

	action_a = {
		name = CEVTACTA_702164
		command = { }
		}

	action_b = {
		name = CEVTACTB_702164
		command = { type = clrflag which = pol_collib_no_flag }
		command = { type = trigger which = 702166 }
		command = { type = trigger which = 552029 }
	}
}

event = { 
	id = 702165
	random = no 
	country = POL
	trigger = {
		OR = {
		flag = pol_collib_no_flag
		flag = pol_collib_yes_flag
			}
	}

	name = CEVTNAME_702165
	desc = CEVTDESC_702165
	style = 0

        date = { day = 12 month = december year = 1937 }
	offset = 3
	deathdate = { day = 30 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_702165
		command = { type = trigger which = 702166 }
		command = { type = trigger which = 552029 }

		}

	action_b = {
		name = CEVTACTB_702165
		command = { type = clrflag which = pol_collib_no_flag }
		command = { type = setflag which = pol_collib_yes_flag }

	}
}

event = { 
	id = 702166
	random = no 
	country = POL

	name = CEVTNAME_702166
	desc = CEVTDESC_702166
	style = 0

	action_a = {
		name = OK
		command = { type = clrflag which = pol_collib_no_flag }
		command = { type = clrflag which = pol_collib_yes_flag }


	}
}

event = { 
	id = 702167
	random = no 
	country = POL

	name = CEVTNAME_702167
	desc = CEVTDESC_702167
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = clrflag which = pol_collib_no_flag }
		command = { type = setflag which = pol_collib_yes_flag }
	}
}

event = { 
	id = 702168
	random = no 
	country = POL

	trigger = {
		flag = pol_collib_yes_flag
	} 

	name = CEVTNAME_702168
	desc = CEVTDESC_702168
	style = 0

        date = { day = 10 month = april year = 1937 }
	offset = 3
	deathdate = { day = 30 month = april year = 1937 }

	action_a = {
		name = CEVTACTA_702168
		command = { type = manpowerpool value = -1 }
		command = { type = supplies value = -50 }
		command = { type = steelpool value = -100 }
		command = { type = coalpool value = -100 }
		command = { type = trigger which = 552030 }
	}
}

event = { 
	id = 702169
	random = no 
	country = POL

	trigger = {
		flag = pol_collib_yes_flag
	} 

	name = CEVTNAME_702169
	desc = CEVTDESC_702169
	style = 0

        date = { day = 2 month = april year = 1938 }
	offset = 3
	deathdate = { day = 30 month = april year = 1938 }

	action_a = {
		name = OK
		command = { type = manpowerpool value = -2 }
		command = { type = supplies value = -50 }
		command = { type = steelpool value = -200 }
		command = { type = coalpool value = -200 }
		command = { type = trigger which = 552031 }
		}
	}

event = { 
	id = 702170
	random = no 
	country = POL

	name = CEVTNAME_702170
	desc = CEVTDESC_702170
	style = 0

	action_a = {
		name = CEVTACTA_702170
		command = { type = trigger which = 322385 }
		command = { type = trigger which = 702166 }
		command = { type = trigger which = 552029 }
		}

	action_b = {
		name = CEVTACTB_702170
		command = { type = trigger which = 322386 }
		}
	}

event = { 
	id = 702193
	random = no 
	country = POL

	name = CEVTNAME_702193
	desc = CEVTDESC_702193
	style = 0

	action_a = {
		name = CEVTACTA_702193
		command = { type = clrflag which = pol_collib_yes_flag }
	}
}

event = { 
	id = 702171
	random = no 
	country = POL

	trigger = {
		flag = pol_collib_yes_flag
	} 

	name = CEVTNAME_702171
	desc = CEVTDESC_702171
	style = 0

        date = { day = 15 month = may year = 1938 }
	offset = 3
	deathdate = { day = 30 month = may year = 1938 }

	action_a = {
		name = OK
		command = { type = manpowerpool value = -5 }
		command = { type = supplies value = -150 }
		command = { type = steelpool value = -500 }
		command = { type = coalpool value = -500 }
		command = { type = trigger which = 552030 }
		command = { type = addcore  which = 1040 } # Monrowia
		command = { type = make_puppet which = LIB }
		command = { type = access which = LIB }
		command = { type = trigger which = 552032 }
	}
}

event = { 
	id = 702172
	random = no 
	country = POL

	trigger = {
		flag = pol_collib_yes_flag
	} 

	name = CEVTNAME_702172
	desc = CEVTDESC_702172
	style = 0

        date = { day = 1 month = june year = 1938 }
	offset = 3
	deathdate = { day = 30 month = december year = 1955 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = trigger which = 552033 }
	}
}


event = { 
	id = 702173
	random = no 
	country = POL

	trigger = {
		control = { province = 1040 data = POL }
		atwar = yes
	} 

	name = CEVTNAME_702173
	desc = CEVTDESC_702173
	style = 0

	date = { day = 2 month = june year = 1938 }
	offset = 10
	deathdate = { day = 30 month = december year = 1955 }

	action_a = {
		name = CEVTACTA_702173
		command = { type = add_division which = infantry value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
		command = { type = add_division which = militia value = 0 when = 1040 }
	 	command = { type = province_manpower which = 1040 value = -1 } # Monrowia
		command = { type = clrflag which = pol_collib_yes_flag }
		}

}

event = { 
	id = 702174
	random = no 
	country = POL

	name = CEVTNAME_702174
	desc = CEVTDESC_702174
	style = 0

	action_a = {
		name = CEVTACTA_702174
		command = { type = trigger which = 322388 }
		}

}


#############################
# Polish colonization of Madagascar
#	by andrzejwojt
###
#	id ranges:
#		702175 to 702186 (POL)
#		432120 to 432125 (FRA)
#
#############################

event = { 
	id = 702175
	random = no 
	country = POL

	trigger = {
		exists = FRA
		event = 1500122
			NOT = {
				alliance = { country = POL country = GER }
				}
	}

	name = CEVTNAME_702175
	desc = CEVTDESC_702175
	style = 0

        date = { day = 5 month = december year = 1938 }
	offset = 5
	deathdate = { day = 30 month = december year = 1938 }


	action_a = {
		name = CEVTACTA_702175
		command = { type = trigger which = 432120 } # FRA
		}

	action_b = {
		name = CEVTACTB_702175
		command = { }
	}
}

event = { 
	id = 702176
	random = no 
	country = POL

	name = CEVTNAME_702176
	desc = CEVTDESC_702176
	style = 0

	action_a = {
		name = CEVTACTA_702176
		command = { }
		}

	action_b = {
		name = CEVTACTB_702176
		command = { type = setflag which = pol_colmad_flag }
		}

}

event = { 
	id = 702177
	random = no 
	country = POL

	name = CEVTNAME_702177
	desc = CEVTDESC_702177
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = setflag which = pol_colmad_flag }
		}

}

event = { 
	id = 702178
	random = no 
	country = POL

	trigger = { 
		flag = pol_colmad_flag 
		}

	name = CEVTNAME_702178
	desc = CEVTDESC_702178
	style = 0

        date = { day = 29 month = january year = 1939 }
	offset = 5
	deathdate = { day = 16 month = february year = 1939 }


	action_a = {
		name = CEVTACTA_702178
		command = { type = trigger which = 432121 }
		}

	action_b = {
		name = CEVTACTB_702178
		command = { type = clrflag which = pol_colmad_flag }
	}
}

event = { 
	id = 702180
	random = no 
	country = POL

	name = CEVTNAME_702180
	desc = CEVTDESC_702180
	style = 0

	action_a = {
		name = CEVTACTA_702180
		command = { type = clrflag which = pol_colmad_flag }
		}

}

event = { 
	id = 702179
	random = no 
	country = POL

	name = CEVTNAME_702179
	desc = CEVTDESC_702179
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}

}

event = { 
	id = 702181
	random = no 
	country = POL

	trigger = {
		flag = pol_colmad_flag
	}

	name = CEVTNAME_702181
	desc = CEVTDESC_702181
	style = 0

        date = { day = 1 month = march year = 1939 }
	offset = 4
	deathdate = { day = 16 month = march year = 1939 }


	action_a = {
		name = OK
		command = { type = manpowerpool value = -1 }
		command = { type = supplies value = -50 }
		command = { type = steelpool value = -100 }
		command = { type = coalpool value = -100 }
		command = { type = trigger which = 432122 } # FRA
		}

}

event = { 
	id = 702182
	random = no 
	country = POL

	trigger = {
		flag = pol_colmad_flag
	}

        date = { day = 1 month = april year = 1939 }

	name = CEVTNAME_702182
	desc = CEVTDESC_702182
	style = 0

	action_a = {
		name = CEVTACTA_702182
		command = { type = manpowerpool value = -2 }
		command = { type = supplies value = -50 }
		command = { type = steelpool value = -200 }
		command = { type = coalpool value = -200 }
		command = { type = trigger which = 432123 } # FRA
		}

}

event = { 
	id = 702183
	random = no 
	country = POL

	trigger = {
		flag = pol_colmad_flag
	}

	name = CEVTNAME_702183
	desc = CEVTDESC_702183
	style = 0

        date = { day = 6 month = may year = 1939 }
	offset = 6
	deathdate = { day = 30 month = may year = 1939 }

	action_a = {
		name = CEVTACTA_702183
		command = { type = manpowerpool value = -5 }
		command = { type = supplies value = -150 }
		command = { type = steelpool value = -500 }
		command = { type = coalpool value = -500 }
		command = { type = trigger which = 432124 }
		command = { type = addcore  which = 1322 } # Fianarantsoa
		}

}


event = { 
	id = 702184
	random = no 
	country = POL

	trigger = {
		flag = pol_colmad_flag
		atwar = no
		event = 702183 # last group of settlers reached the shores
	}

	name = CEVTNAME_702184
	desc = CEVTDESC_702184
	style = 0

        date = { day = 15 month = june year = 1939 }
	offset = 10
	deathdate = { day = 30 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_702184
		command = { type = trigger which = 432125 }
		}
	action_b = {
		name = CEVTACTB_702184
                command = { } 
		}

}


event = { 
	id = 702185
	random = no 
	country = POL

	name = CEVTNAME_702185
	desc = CEVTDESC_702185
	style = 0

	action_a = {
		name = CEVTACTA_702185
		command = { type = clrflag which = pol_colmad_flag }
		}

}

event = { 
	id = 702186
	random = no 
	country = POL

	name = CEVTNAME_702186
	desc = CEVTDESC_702186
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = clrflag which = pol_colmad_flag }
		command = { type = dissent value = -2 }
		}

}

######################################
# Polish events prepared by the Polish Hoi community
#	at http://forum.eufi.org/viewtopic.php?t=1364
###
# Latest modification - May 7th
#####################################
#
#
#
######################################
# (POL-GER) Lipski-Ribbentrop meeting by Tom and Halibutt
#	id range: 
#		(GER)172333-172334
#		(POL)702188-702189
#	Modified Apr. 18th, 1904
######################################

event = {
	id = 702188
	random = no
	country = POL

	# Triggered by GER 172333

	name = CEVTNAME_702188
	desc = CEVTDESC_702188
	style = 0

	action_a = {
		name = CEVTACTA_702188
		command = { type = dissent value = -1 }
		command = { type = alignment which = democratic value = 10 }
		command = { type = alignment which = fascist value = -10 }
		command = { type = alignment which = communist value = 2 }
		command = { type = influence value = 1 }
	}

	action_b = {
		name = CEVTACTB_702188
		command = { type = trigger which = 172334 } # GER, Poland joins Anti-Comintern
		command = { type = trigger which = 702189 } # POL, Poland joins Anti-Comintern
		command = { type = dissent value = 3 }
		command = { type = access which = GER }
		command = { type = alignment which = fascist value = 50 }
		command = { type = sleepevent which = 702070 } # (POL) Polish foreign affairs
		command = { type = sleepevent which = 702071 } # (POL) Polish foreign affairs
	}
}

###


event = {
	id = 702189
	random = no
	country = POL

	# Triggered by POL 702188B

	name = CEVTNAME_702189
	desc = CEVTDESC_702189
	style = 0

	action_a = {
		name = CEVTACTA_702189
		command = { type = warentry which = FRA value = 1 }
		command = { type = warentry which = ENG value = 1 }
		command = { type = influence value = -2 }
	}
}

#################################
# (POL, GER) The future of Danzig (by Halibutt)
#	id range:
#		702190-702191 (POL)
#		172335-172337 (GER)
#################################
event = {
	id = 702190
	random = no
	country = POL

	trigger = {
		event = 702189 # POL joins Anti-Comintern Pact
			NOT = {
				alliance = { country = POL country = SOV }
				}
	}

	name = CEVTNAME_702190
	desc = CEVTDESC_702190
	style = 0

	date = { day = 30 month = november year = 1938 }
	offset = 15
	deathdate = { day = 30 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_702190
		command = { type = trigger which = 172335 } # GER The future of Danzig
	}
}


event = {
	id = 702195 
	random = no
	country = POL

	# Triggered by GER 172335A

	name = CEVTNAME_702195
	desc = CEVTDESC_702195
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = trigger which = 172336 } # GER Danzig to Germany
		command = { type = coalpool value = 500 }
		command = { type = oilpool value = 500 }
		command = { type = rubberpool value = 500 }
		command = { type = steelpool value = 500 }
		command = { type = influence value = -1 }
		command = { type = dissent value = 5 }
		command = { type = gain_tech which = 3200 } # Cavity Magnetron
		command = { type = gain_tech which = 4202 } # Basic Synthetic Materials
		command = { type = gain_tech which = 11003 } # Encirclement-Destruction Doctrine
		command = { type = gain_tech which = 11518 } # Modern Tank Warfare
		command = { type = gain_tech which = 1210 } # Improved Light Machine Gun
		command = { type = gain_tech which = 1401 } # Basic Submachinegun
		command = { type = gain_tech which = 1400 } # Improved Infantry Weapons
      
	}
}

event = {
	id = 702191
	random = no
	country = POL

	# triggered by GER 172335B (refusal in the Future of Danzig)

	name = CEVTNAME_702191
	desc = CEVTDESC_702191
	style = 0

	action_a = {
		name = CEVTACTA_702191
		command = { type = influence value = 1 }
		command = { type = dissent value = 1 } # just for playability
		command = { type = alignment which = democratic value = 10 }
		command = { type = alignment which = fascist value = -10 }
	}
}


######################################
# 702194 (POL) Minister Beck speech in Sejm 
#	by Tom and Halibutt
#####################################
event = {
	id = 702194
	random = no
	country = POL

	trigger = {
		atwar = no
		event = 172173 # (GER)German Renunciation of Anglo-German Naval Treaty of 1935
		exists = GER
		NOT = {
			AND = { #AND functions as the 'OR' operator within a 'NOT' bracket
				event = 702189 # POL Poland joins Anti-Comintern Pact
				alliance = { country = GER country = POL }
			}
		}
	}

	name = CEVTNAME_702194
	desc = CEVTDESC_702194
	style = 0

	date = { day = 5 month = may year = 1939 }

	action_a = {
		name = CEVTACTA_702194
		command = { type = warentry which = POL value = 3 }
		command = { type = warentry which = FRA value = 1 }
		command = { type = warentry which = ENG value = 1 }
		command = { type = dissent value = -1 }
		command = { type = manpowerpool value = 40 } # Secret mobilization starts
		command = { type = influence value = 1 }
		command = { type = alignment which = democratic value = 20 }
		command = { type = alignment which = fascist value = -10 }
		command = { type = alignment which = communist value = -5 }
	}
	action_b = {
		name = CEVTACTB_702194
		command = { }
	}
}
#########################
# 702150 and 702151 - (POL) - National Defence Fund (FON) 
#	(by Halibutt)
##########################

event = {
	id = 702150
	random = no
	country = POL

	trigger = { } # Any trigger needed?

	name = CEVTNAME_702150
	desc = CEVTDESC_702150
	style = 0

	date = { day = 9 month = april year = 1936 }

	action_a = {
		name = CEVTACTA_702150
		command = { type = supplies value = 500 }
		command = { type = rubberpool value = 100 }
	}
#	action_b = {
#		name = CEVTACTB_702150
#		command = { type = sleepevent  which = 702151 } # (POL) FON - part 2
#	}
}

event = {
	id = 702151
	random = no
	country = POL

	trigger = { 
		event = 702150 # (POL) National Defence Fund (FON)	
	}

	name = CEVTNAME_702151
	desc = CEVTDESC_702151
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 5
	deathdate = { day = 1 month = may year = 1939 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = gain_tech which = -1 }
		command = { type = supplies value = 4000 }
		command = { type = rubberpool value = 500 }
	}
}
#################################
# 702130 - Silesian Railway (POL) 
#	by Zaglebiaczek
#################################

event = {
	id = 702130
	random = no
	country = POL
	trigger = {
	coal = 1500 # you NEED to have the resources, needs testng and adjusting
	}

	name = CEVTNAME_702130
	desc = CEVTDESC_702130
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 5
	deathdate = { day = 30 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = industry which = 635 value = 1 } #More coal exported
		command = { type = infrastructure which = 635 value = 6 }#Czieszyn
		command = { type = infrastructure which = 637 value = 6 }#Czestochowa
		command = { type = infrastructure which = 639 value = 6 }#dz
		command = { type = infrastructure which = 647 value = 6 }#Bydgoszcz
		command = { type = infrastructure which = 648 value = 6 }#Toru
		command = { type = infrastructure which = 645 value = 6 }#Gdask
		}
	}

#########################
# 702187 and 702146-702149 (POL) 15-years plan
#	by andrzejwojt
##########################

event = {
	id = 702187
	random = no
	country = POL

	trigger = {
#		minister = 13013 # Eugeniusz Kwiatkowski
		supplies = 1500	# you NEED to have the resources
		coal = 2500
		steel = 500
		event = 702047 # (POL) 4-years plan
		flag = COP 
	}

	name = CEVTNAME_702187
	desc = CEVTDESC_702187
	style = 0

	date = { day = 1 month = april year = 1938 }
	offset = 15
	deathdate = { day = 30 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_702187
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = gain_tech which = -1 }
		command = { type = gain_tech which = -1 }
		command = { type = dissent value = -1 }
		command = { type = supplies value = -2000 }
		command = { type = steelpool value = -500 }
		command = { type = coalpool value = -2500 }
	        command = { type = setflag which = pol_15years_flag }
	}
	action_b = {
		name = CEVTACTB_702187
		command = { type = industry which = -1 value = -1 }
		command = { type = industry which = -1 value = -1 }
		command = { type = dissent value = 1 }
	}
}


########################
# 15-years plan Part 2

event = {
	id = 702146
	random = no
	country = POL
	trigger = {
		supplies = 1000	# you NEED to have the resources for this to trigger
		coal = 3500
		steel = 500
		atwar = no
		flag = pol_15years_flag
		}

	name = CEVTNAME_702146
	desc = CEVTDESC_702146
	style = 0
	
	date = { day = 1 month = april year = 1942 }
	offset = 15
	deathdate = { day = 30 month = august year = 1943 }

	action_a = {
		name = CEVTACTA_702146
		command = { type = industry which = 645 value = 3 }
                command = { type = infrastructure which = -1 value = 5 }
                command = { type = infrastructure which = -1 value = 5 }
                command = { type = infrastructure which = -1 value = 5 }
                command = { type = infrastructure which = -1 value = 5 }
                command = { type = infrastructure which = -1 value = 5 }
		command = { type = add_division which = fighter }
		command = { type = add_division which = tactical_bomber }
		command = { type = gain_tech which = -1 }
		command = { type = gain_tech which = -1 }
		command = { type = dissent value = 1 }
		command = { type = supplies value = -3000 }
		command = { type = steelpool value = -700 }
		command = { type = coalpool value = -3500 }
		}
	action_b = {
		name = CEVTACTB_702146
		command = { type = industry which = -1 value = -1 }
		command = { type = industry which = -1 value = -1 }
		command = { type = dissent value = -1 }
		}
}

########################
# 15-years plan Part 3

event = {
	id = 702147
	random = no
	country = POL
	trigger = {
		supplies = 1500 # you NEED to have the resources for this to trigger
		coal = 1000
		steel = 300
		atwar = no
		flag = pol_15years_flag
	}

	name = CEVTNAME_702147
	desc = CEVTDESC_702147
	style = 0

	date = { day = 1 month = april year = 1945 }
	offset = 15
	deathdate = { day = 30 month = august year = 1946 }

	action_a = {
		name = CEVTACTA_702147
		command = { type = industry which = -1 value = 1 }
		command = { type = province_manpower which = 721   value = 1 } # Pinsk
		command = { type = province_manpower which = 719   value = 1 } # Rowne
		command = { type = province_manpower which = 725   value = 1 } # Lwow
		command = { type = province_manpower which = 722   value = 1 } # Brzesc
		command = { type = province_manpower which = 718   value = 1 } # Bialystok
		command = { type = province_manpower which = 717   value = 1 } # Grodno
		command = { type = province_manpower which = 716   value = 1 } # Wilno
		command = { type = dissent value = 1 }
		command = { type = supplies value = -1500 }
		command = { type = steelpool value = -300 }
		command = { type = coalpool value = -1000 }
	}
	action_b = {
		name = CEVTACTB_702147
		command = { type = industry which = -1 value = -1 }
		command = { type = industry which = -1 value = -1 }
		command = { type = dissent value = -1 }
	}
}

########################
# 15-years plan Part 4

event = {
	id = 702148
	country = POL
	trigger = {
		# you NEED to have the resources for this to trigger
		supplies = 4000
		coal = 4000
		steel = 1000
		atwar = no
		flag = pol_15years_flag
	}

	name = CEVTNAME_702148
	desc = CEVTDESC_702148
	style = 0

	date = { day = 1 month = april year = 1948 }
	offset = 15
	deathdate = { day = 30 month = august year = 1949 }

	action_a = {
		name = CEVTACTA_702148
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = industry which = -1 value = 1 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
                command = { type = infrastructure which = -1 value = 10 }
		command = { type = dissent value = 2 }
		command = { type = supplies value = -4000 }
		command = { type = steelpool value = -1000 }
		command = { type = coalpool value = -4000 }
		}
	action_b = {
		name = CEVTACTB_702148
		command = { type = industry which = -1 value = -1 }
                command = { type = industry which = -1 value = -1 }
		command = { type = dissent value = -1 }
	}
}

########################
# 15-years plan Part 5 (so far works only with no-time patch)

event = {
	id = 702149
	random = no
	country = POL
	trigger = {
		# you NEED to have the resources for this to trigger
		supplies = 9000 
		coal = 9000
		steel = 5000
		flag = pol_15years_flag
		atwar = no
	}

	name = CEVTNAME_702149
	desc = CEVTDESC_702149
	style = 0

	date = { day = 1 month = april year = 1951 }
	offset = 30
	deathdate = { day = 30 month = august year = 1954 }

	action_a = {
		name = CEVTACTA_702149
		command = { type = industry which = 721 value = 3 } # Pinsk
		command = { type = industry which = 719 value = 3 } # Rowne
		command = { type = industry which = 725 value = 5 } # Lwow
		command = { type = industry which = 722 value = 4 } # Brzesc
		command = { type = industry which = 718 value = 4 } # Bialystok
		command = { type = industry which = 717 value = 5 } # Grodno
		command = { type = industry which = 716 value = 5 } # Wilno
		command = { type = infrastructure which = 721 value = 30 } # Pinsk
		command = { type = infrastructure which = 719 value = 30 } # Rowne
		command = { type = infrastructure which = 725 value = 30 } # Lwow
		command = { type = infrastructure which = 722 value = 30 } # Brzesc
		command = { type = infrastructure which = 718 value = 30 } # Bialystok
		command = { type = infrastructure which = 717 value = 30 } # Grodno
		command = { type = infrastructure which = 716 value = 30 } # Wilno
		command = { type = dissent value = 1 }
		command = { type = supplies value = -9000 }
		command = { type = steelpool value = -5000 }
		command = { type = coalpool value = -9000 }
		command = { type = clrflag  which = pol_15years_flag }
	}
	action_b = {
		name = CEVTACTB_702149
		command = { type = industry which = -1 value = -1 }
                command = { type = industry which = -1 value = -1 }
		command = { type = dissent value = -2 }
		command = { type = clrflag which = pol_15years_flag }
	}
}
event = {
	id = 702144
	random = no
	country = POL

	trigger = { exists = POL }

	name = CEVTNAME_702144
	desc = CEVTDESC_702144
	style = 0

	date = { day = 1 month = march year = 1936 }
	offset = 5
	deathdate = { day = 25 month = march year = 1936 }

	action_a = {
		name = CEVTACTA_702144
		command = { type = dissent value = 3 }
		command = { type = setflag which = Semperit }
	}

	action_b = {
		name = CEVTACTB_702144
		command = { type = dissent value = 1 }
		command = { type = industry which = -1 value = -1 }
		command = { type = alignment which = communist value = 5 }
	}

}


event = {
	id = 702145
	random = no
	country = POL

	trigger = {
		flag = Semperit
	}

	name = CEVTNAME_702145
	desc = CEVTDESC_702145
	style = 0

	date = { day = 25 month = march year = 1936 }
	offset = 5
	deathdate = { day = 26 month = march year = 1936 }

	action_a = {
		name = CEVTACTA_702145
		command = { type = dissent value = -2 }
		command = { type = clrflag which = Semperit }
	}
} 


############################ 
# The A steel furnace opens in Silesia
#	by Zaglebiaczek
#	note: had to change from 702154 to 702155 since GhostDK apparently ignored the ID Treasury - Halibutt
############################ 
event = { 
	id = 702155
	random = no 
	country = POL 

	trigger = { 
		coal = 10000 # you NEED to have the resources for this to trigger 
		}

	name = CEVTNAME_702155
	desc = CEVTDESC_702155
	style = 0 

	date = { day = 1 month = december year = 1937 } 
	offset = 5 
	deathdate = { day = 30 month = august year = 1939 } 

	action_a = { 
		name = CEVTACTA_702155
		command = { type = industry which = 635 value = 1 } #more steel 
		command = { type = manpowerpool value = -1 } 
		command = { type = supplies value = -100 } 
		command = { type = steelpool value = 500 } 
	} 
}
######################################
# 702142 and 702143 - (POL) Teachers' strike and dissolution of the ZNP
#	by andrzejwojt
######################################


event = {
	id = 702142
	random = no
	country = POL
   
	name = CEVTNAME_702142
	desc = CEVTDESC_702142
	style = 0

	date = { day = 1 month = september year = 1937 }
	offset = 5
	deathdate = { day = 1 month = october year = 1937 }

	action_a = {
		name = CEVTACTA_702142
		command = { type = dissent value = 3 }
		command = { type = setflag  which = ZNP }
	}
	action_b = {
		name = CEVTACTB_702142
		command = { type = dissent value = 1 }
		command = { type = alignment which = communist value = 10 }
	}

}


event = {
	id = 702143
	random = no
	country = POL

	trigger = {
		flag = ZNP
		}
   
	name = CEVTNAME_702143
	desc = CEVTDESC_702143
	style = 0

	date = { day = 0 month = november year = 1937 }
	offset = 5
	deathdate = { day = 15 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_702143
		command = { type = dissent value = -2 }
		command = { type = clrflag  which = ZNP }
	}
}

##################
# Cieszyn Silesia and the Polish Coal Convention (PKW)
#	by Zaglebiaczek
##################

event = {
	id = 702156
	random = no
	country = POL

	trigger = {
		event = 702132 # (POL)Poland Claims Cieszyn Silesia
	} 

	name = CEVTNAME_702156
	desc = CEVTDESC_702156
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 5
	deathdate = { day = 30 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_702156
		command = { type = dissent value = 2 }
	}
}
########################
# 702157 (POL) Peasant unrests
#	by andrzejwojt
########################

event = {
	id = 702157
	random = no
	country = POL

	trigger = { exists = POL }
   
	name = CEVTNAME_702157
	desc = CEVTDESC_702157
	style = 0

	date = { day = 5 month = august year = 1937 }
	offset = 5
	deathdate = { day = 30 month = august year = 1937 }

	action_a = {
		name = CEVTACTA_702157
		command = { type = dissent value = 3 }
		command = { type = industry which = -1 value = -1 }
		command = { type = industry which = -1 value = -1 }
		command = { type = supplies value = -500 }
		command = { type = steelpool value = -100 }
		command = { type = coalpool value = -100 }
		}
	}
##################################
# 702152 - (POL) - End of the Custom War with Germany (by Zaglebiaczek)
# 702153 - (POL) - Trade Agreement with Germany (by Zaglebiaczek)
# 172338 - (GER) - End of the Custom War with Poland (by Zaglebiaczek)
# 172339 - (GER) - Trade Agreement with Poland (by Zaglebiaczek)
# 172340 - (GER) - Poland declined signing the trade agreement (by Zaglebiaczek)
#	modified and corrected by Halibutt
##################################

event = {
	id = 702152
	random = no
	country = POL

	trigger = {
		atwar = no
		exists = GER
		}

	name = CEVTNAME_702152
	desc = CEVTDESC_702152
	style = 0

	date = { day = 1 month = july year = 1938 }
	offset = 5
	deathdate = { day = 30 month = august year = 1938 }

	action_a = {
		name = CEVTACTA_702152
		command = { type = rubberpool value = 200 }
		command = { type = coalpool value = -500 }
		command = { type = dissent value = -2 }
		command = { type = trigger which = 172338 } #GER
	}

	action_b = {
		name = CEVTACTB_702152
		command = { type = trigger which = 172340 } #GER, Poland declines the trade agreement
	}
}

###############################
# Polish-German Trade Agreement
#	by Zaglebiaczek
###############################

event = {
	id = 702153
	random = no
	country = POL

	trigger = {
		exists = GER
		flag = pol_ger_flag
			NOT = {
				war = { country = GER country = POL }
			}
		}

	name = CEVTNAME_702153
	desc = CEVTDESC_702153
	style = 0

	date = { day = 1 month = march year = 1940 }
	offset = 5
	deathdate = { day = 30 month = april year = 1940 }

	action_a = {
		name = CEVTACTA_702153
		command = { type = alignment which = fascist value = 30 }
		command = { type = rubberpool value = 500 }
		command = { type = coalpool value = -2500 }
		command = { type = dissent value = -1 }
		command = { type = clrflag  which = pol_ger_flag }
		command = { type = trigger which = 172339 } #GER
	}

	action_b = {
		name = CEVTACTB_702153
                command = { type = dissent value = 1 }
		command = { type = alignment which = democratic value = 20 }
		command = { type = trigger which = 172340 }
		}
	}


############################
# 702192 (POL) - SHL motorcycles factory (by Zaglebiaczek)
#	by Zaglebiaczek
############################
event = {
	id = 702192
	random = no
	country = POL

	trigger = {
	event = 702047 # (POL) 4-years plan
	atwar = no
	}

	name = CEVTNAME_702192
	desc = CEVTDESC_702192
	style = 0

        date = { day = 1 month = december year = 1936 }
	offset = 10
	deathdate = { day = 30 month = august year = 1940 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = industry which = 638 value = 1 } #Radom
		command = { type = manpowerpool value = -1 } #
		command = { type = supplies value = -100 } #Lower taxation
		command = { type = gain_tech which = -1 } #Any suggestions?
		}
	}


########################################
# 702198 (POL)Poland purchases R 35 from France
# 	by Ufiak and Halibutt
########################################

event = {
	id = 702198
	random = no
	country = POL

	trigger = {
		exists = FRA
		atwar = no
		event = 702029 # Poland gets military credit from FRA
		NOT = { 
			war = { country = POL country = FRA } 
			}
		}

	name = CEVTNAME_702198
	desc = CEVTDESC_702198
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 5
	deathdate = { day = 30 month = may year = 1940 }

	action_a = {
		name = CEVTACTA_702198
		command = { type = gain_tech which = 2993 } # Inf. Support Tank battalion
		command = { type = steelpool value = -500 }
		command = { type = coalpool value = -1000 }
		command = { type = supplies value = -500 } # No divisions, just the tech
		}
	action_b = {
		name = CEVTACTB_702198
		command = { }
		}
	}
#########################################################################
# 702196 and 702197 (POL) - Czechoslovakian Legion in Poland
# 652050 (CZE) - Czechoslovakian Legion in Poland
#			by Ufiak and Halibutt
#########################################################################

event = {
	id = 702196
	random = no
	country = POL

	trigger = {
		exists = POL
		alliance = { country = POL country = FRA }
		event = 652036 # CZE Czechoslovakia demobilizes
		}

	name = CEVTNAME_702196
	desc = CEVTDESC_702196
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 15
	deathdate = { day = 30 month = december year = 1942 }
 
	action_a = {
		name = CEVTACTA_GREAT
		command = { type = manpowerpool value = 1 }
		}
	}


##################
# Note: Historically Poland took over the Czechoslovak intelligence 
# 	net in Germany, which was used by the Polish intelligence until the very 
# 	end of the war. This could be simulated either by giving a simple 
#	intelligence which = us value = 20 command, or by giving one of the techs 
# 	that do practically the same. I chose the latter solution not to confuse the 
#	events with the tech tree.
#		Halibutt
#################

event = {
	id = 702197
	random = no
	country = POL

	# triggered by CZE 652050

	name = CEVTNAME_702197
	desc = CEVTDESC_702197
	style = 0
 
	action_a = {
		name = CEVTACTA_GREAT
		command = { type = manpowerpool value = 3 }
		command = { type = gain_tech which = 3505 } # Imp. Electromech. Decryption
		}
#	action_b = {
#		name = CEVTACTB_702197
#		command = { }
#		}
}

##############################################
# Aggressive Poland - Early Franco-German war
###############################################

event = {
	id = 9000200
	random = no
	country = POL
	
	trigger = {
		war = { country = GER country = FRA }
			NOT = {
				AND = { #'AND' functions as 'OR' here
				alliance = { country = GER country = POL }
				alliance = { country = SOV country = POL }
				alliance = { country = GER country = SOV }
				atwar = yes
			}
		}
	}

	name = CEVTNAME_9000200
	desc = CEVTDESC_9000200
	style = 0

	date = { day = 3 month = january year = 1936 } 
	offset = 16
	deathdate = { day = 1 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_9000200
		command = { type = addcore which = 636 }
		command = { type = addcore which = 646 }
		command = { type = trigger which = 702099 } # Poland mobilizes
		command = { type = sleepevent which = 9000202 }
	}
	action_b = {
		name = CEVTACTB_9000200
		command = { type = addcore which = 636 }
		command = { type = addcore which = 646 }
		command = { type = addcore which = 650 }
		command = { type = trigger which = 702099 } # Poland mobilizes
		command = { type = sleepevent which = 9000201 }
	}
	action_c = {
		name = CEVTACTC_9000200
		command = { type = addcore which = 636 }
		command = { type = addcore which = 646 }
		command = { type = addcore which = 650 }
		command = { type = trigger which = 702099 } # Poland mobilizes
		command = { type = sleepevent which = 9000201 }
		command = { type = sleepevent which = 9000202 }
		command = { type = war which = GER }
	}
	action_d = {
		name = CEVTACTD_9000200
		command = { type = sleepevent which = 9000201 }
		command = { type = sleepevent which = 9000202 }
	}
}

event = {
	id = 9000203
	random = no
	country = POL
	
	trigger = {
		war = { country = GER country = FRA }
		OR = {
			event = 9000201
			event = 9000202
		}
	}

	name = CEVTNAME_9000203
	desc = CEVTDESC_9000203
	style = 0

	date = { day = 9 month = january year = 1936 } 
	offset = 5
	deathdate = { day = 1 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_9000203
		command = { type = dissent value = -5 } # Support from the citizens
		command = { type = war which = GER }
		command = { type = warentry which = ENG value = -3 }
		command = { type = warentry which = USA value = -6 }
	}
	action_b = {
		name = CEVTACTB_9000203
		command = { type = dissent value = 3 } # Nationalists not happy
	}
}

##########################################
#New Polish CORE 0.92 Events
##########################################

####################
# (POL) POL-SWE 40mm AA guns trade (by Krlik)
#	id = 702212
####################

event = {
	id = 702212
	random = no
	country = POL

	trigger = {
		exists = SWE      
		NOT = {
			war = { country = POL country = SWE }
			war = { country = POL country = GER }
			puppet = { country = POL country = GER }
			puppet = { country = SWE country = GER }
		}
	}

	name = "Polish-Swedish 40mm AA guns trade"
	desc = "In 1935 Poland bought a license for the excellent Swedish 40mm Bofors AA gun. Initially Poland bought 60 combat-ready guns as well as 30 000 artillery rounds. The last delivery took place in July 1938. In addition, Polish factories in Rzeszw, Starachowice and Stalowa Wola. Also, Polish engineers at Skarzysko and Krasnik munitions factories started production of artillery rounds for the new weapon."
	style = 0

	date = { day = 1 month = july year = 1938 }
	offset = 10
	deathdate = { day = 30 month = july year = 1938 }

	action_a = {
		name = "Great!"
		command = { type = gain_tech which = 14106 } # Anti-Air Gun 40mm+
		command = { type = supplies value = 100 }
		command = { type = coalpool value = -500 } # AAMoF the price was already paid, but there must've been some costs as well...
	}
}

########################
# (POL) Mobilization of the Polish Merchant Marine (by Kilian)
#	ID 702213
#########################

event = {
	id = 702213
	random = no
	country = POL

	 trigger = {
		event = 702099 # Poland Mobilizes
		}

	name = "Polish Merchant Marine"
	desc = "The Polish Merchant Marine in 1939 consisted of 42 ships of total tonnage over 120 000 BRT. In August 1939 it 

was mobilized for the Navy. Most of the ships managed to get past the Danish Straits and served in various parts of the 

globe during the World War II. Polish sailors risked their lives in most of the convoy routes, from North Atlantic to 

Southern Pacific and from Australia to Russia."
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 15
	deathdate = { day = 30 month = december year = 1944 }


	action_a = {
		name = OK
		command = { type = add_division which = transports }
		command = { type = add_division which = transports }
	}
}

#####################
# Cars for the Polish Army
#	by Zaglebiaczek and Halibutt
#	ID ranges: 702207 to 702209
####################

event = {
	id = 702207
	random = no
	country = POL

	trigger = {
		event = 702150 #POL, National Defence Fund
		}
   
	name = "Buicks for the Polish Army"
	desc = "In early June 1938 the National Defence Fund was given ten brand new Buick 90 limousines. The gift, worth well over 200 000 zlotys (almost 50 000 1939 Dollars), was handed over by the Lipol, Rau i Lowenstein company. The luxurious 7-seats sedans were given to the highest ranking officers of the Polish army."
	style = 0

	date = { day = 1 month = june year = 1938 }
	offset = 10
	deathdate = { day = 1 month = july year = 1938 }

	action_a = {
		name = "Great gift"
		command = { type = supplies value = 100 }
	}
}

event = {
	id = 702208
	random = no
	country = POL

	trigger = {
		exists = GER
		NOT = {
			OR = {
				war = { country = GER country = POL }
			}
		}
	}
   
	name = " Praga AV lorries for the Polish Army "
	desc = " In August 1939 the Polish Army was given 300 all-terrain triple-axis Praga AV lorries. The two-ton trucks produced in Prague were one of the best trucks of the time. They were given to Poland by Germany as a payment for the transit of goods between Germany and East Prussia. "
	style = 0

	date = { day = 1 month = august year = 1939 }
	offset = 7
	deathdate = { day = 1 month = september year = 1939 }

	action_a = {
		name = "Great!"
		command = { type = supplies value = 300 }
		command = { type = gain_tech which = -1 } 
	}
}

event = {
	id = 702209
	random = no
	country = POL

	trigger = {
		event = 702099 # (POL) Poland Mobilizes
		}
   
	name = "Polski FIAT lorries mobilization"
	desc = "The Polski FIAT 621 lorry was one of the most successful Polish trucks in the thirties. The improved and strenghtened license-built version of Italian FIAT 621 2.5 ton truck was also the cheapest truck in Poland (less than 8 000 zlotys or 1500 1939 dollars). Approximately 13.000 were built between 1935 and 1939, and the army used almost 1000 trucks in a variety of versions, ranging from the 2,5 wooden-cab truck to the final design with totally reworked front part and bigger back (3 ton truck, built over a bus version). After the mobilization some 1500 additional trucks were commissioned."
	style = 0

	date = { day = 1 month = august year = 1938 }
	offset = 7
	deathdate = { day = 1 month = september year = 1945 }

	action_a = {
		name = "Great!"
		command = { type = supplies value = 600 }
                command = { type = add_division which = motorized } #Dr Rare Tweak
                command = { type = manpowerpool value = -10 } #BM Tweak 
	}
}

#######################
# Polish nationalists in the thirties
# 	(by Andrzejwojt, Halibutt and Przemo)
#	ID ranges: POL 702199-702204
#######################		

event = {
	id = 702199
	random = no
	country = POL

	trigger = {
		exists = POL
		}

	name = "Myslenice riot"
	desc = "On June 22, 1936 a group of several dozen members of the National Union (Stronnictwo Narodowe) led by A. Doboszynski took control of the town of Myslenice. The rioters seized the local police station, demolished several shops owned by Jews and tried to set fire to the local Synagogue. There were no victims and the protesters did not loot the shops. Instead they broke all the windows, took all supplies to the main city square and set them on fire. Their intention was to start an all-national uprising, but they were soon caught by the army and brought to trial. 16 of them were sentenced to up to 20 months in jail while 11 were found not guilty."
	style = 0

	date = { day = 26 month = june year = 1936 }
	offset = 5
	deathdate = { day = 25 month = april year = 1937 }

	action_a = {
		name = "Outrageous!"
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 1 }
	}
}


event = {
	id = 702200
	random = no
	country = POL

	trigger = {
		event = 702199 # (POL) Myslenice riot
		}

	name = "Myslenice riot - the trial"
	desc = "In 1937 Adam Doboszynski, the commander of the 1937 Myslenice riot, was brought to trial in Krakw. He was accused of plundering shops, attacks on police stations and various other criminal activities. He defended himself arguing that the Myslenice riot was a political protest against the police terror of the Sanacja regime. The jury found him not guilty and agreed with his line of defence. However, soon the Appeal Court in Warsaw cancelled the verdict. The Myslenice trial became one of the most important and most commented on political trials in Poland in the thirties."
	style = 0

	date = { day = 26 month = april year = 1937 }
	offset = 5
	deathdate = { day = 25 month = april year = 1938 }

	action_a = {
		name = "This can't be!"
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 2 }
	}
}

event = {
	id = 702201
	random = no
	country = POL

	trigger = {
		event = 702200 # (POL) Myslenice riot - the trial
		}

	name = "Myslenice riot - the appeal"
	desc = "The leader of the National Union raid on Myslenice has been found not guilty in 1937. However, the Appeal Court in Lww cancelled the verdict and a new trial was started in Lww the following year. Yet again Doboszynski was found not guilty of most of the crimes. However, he was found guilty of stealing arms from the Myslenice police station and sentenced to 3,5 years in jail. His supporters viewed him as a martyr while for many others he was a mere criminal. Doboszynski left the jail in February 1939."
	style = 0
	
	date = { day = 26 month = april year = 1938 }
	offset = 5
	deathdate = { day = 25 month = april year = 1939 }

	action_a = {
		name = "At last"
		command = { type = dissent value = -1 }
		command = { type = alignment which = fascist value = -2 }
	}
}

###############################

event = {
	id = 702202
	random = no
	country = POL

	trigger = {
		exists = POL
		}

	name = "Numerus Clausus"
	desc = "In the early thirties the Jews comprised almost 25% of all students and proffessors in the Polish universities. The National Union (Stronnictwo Narodowe) proposed that number be limited to 11%, since the Jews comprised 11% of the Polish society. This policy was known as numerus clausus (Latin for limited number). What started as a press campaign soon turned into a campaign of terror. Jewish students were rounded up and beaten and one of the proffessors died of heart attack as a result. For fear of the right-wing terror some rectors decided to implement the rule. However, most universities opposed it and expelled the right-wing students instead. Also, this policy was openly disputed and became one of the factors of rising public dissent among the youth, both Jewish and gentile."
	style = 0

	date = { day = 4 month = october year = 1937 }
	offset = 5
	deathdate = { day = 25 month = july year = 1938 }

	action_a = {
		name = "That's not right!"
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 1 }
	}
}

#########################

event = {
	id = 702203
	random = no
	country = POL

	trigger = {
		exists = POL
		}

	name = "Boycott of Jewish Businesses"
	desc = "In 1936 a antisemitic propaganda campaign was started by various right-wing organizations. It was argued that the conflict with Jews is mostly of economical nature and that rightfully Poles should not buy anything from Jewish-owned shops. Some groups even tried to start a Jewish shops demolition campaign in the town of Przytyk, but were soon arrested by the police. Most Jewish corporations and trade unions responded with lowering the prices and the campaign was stopped. Many gentile shopkeepers stopped supporting the nationalists for fear of loosing such an economic confrontation."
	style = 0

	date = { day = 9 month = may year = 1936 }
	offset = 5
	deathdate = { day = 25 month = july year = 1937 }

	action_a = {
		name = "This can't be!"
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } # Lower prices
		command = { type = alignment which = fascist value = 2 }
	}
}

event = {
	id = 702204
	random = no
	country = POL

	trigger = {
		atwar = no
		exists = POL
		}

	name = "Polish students expelled from the Danzig University"
	desc = "In February 1939 German students at the Danzig University of Technology expelled all students of Polish nationality and prevented them from re-entering their Alma Mater. The matter was soon discovered by the press and an anti-German demonstration was organized in Warsaw. During the demonstration stones were thrown at the German embassy and most of the windows were broken."
	style = 0

	date = { day = 24 month = february year = 1939 }
	offset = 5
	deathdate = { day = 25 month = july year = 1939 }

	action_a = {
		name = "This can't be!"
		command = { type = dissent value = -1 }
		command = { type = alignment which = fascist value = -3 }
	}
}

######################
# Leipzig in Danzig
#	ID ranges: 
#		(POL) 702205 - 
#		(GER) 172378 - 


event = { 
	id = 172378
	random = no 
	country = GER

	trigger = {
		NOT = {
		alliance = { country = POL country = GER }
			}
		control = { province = 645 data = POL }
	}

	name = "Leipzig in Danzig"
	desc = "In June 1936, the German light cruiser Leipzig entered the port of Danzig. The captain and the officers did not pay a visit to the High Commissioner of the League of Nations Sean Lester and visited the German Gauleiter of Danzig Albert Forster instead. The latter issued a press information in which he stated that the League of Nations is not welcome in Danzig anymore. The incident deeply harmed Polish-German relations and was discussed by the Council of the League."
	style = 0

        date = { day = 23 month = june year = 1936 }
	offset = 2
	deathdate = { day = 30 month = june year = 1936 }


	action_a = {
		name = "And rightfuly so"
		command = { type = trigger which = 702205 } #POL Dr tweak changed incorrect number 201?
		command = { type = influence value = 1 }
		}
}


event = { 
	id = 702205
	random = no 
	country = POL

	# triggered by (GER) 172378 - Leipzig in Danzig

	name = "Leipzig in Danzig"
	desc = "In June 1936, the German light cruiser Leipzig entered the port of Danzig. The captain and the officers did not pay a visit to the High Commissioner of the League of Nations Sean Lester and visited the German Gauleiter of Danzig Albert Forster instead. The latter issued a press information in which he stated that the League of Nations is not welcome in Danzig anymore. The incident deeply harmed Polish-German relations and was discussed by the Council of the League. Polish Colonial and Overseas League started a campaign of anti-German demonstrations in various cities in Poland. The manifestations became known in polish as Manifestacje gdanskie, or Danzig manifestations."
	style = 0

	action_a = {
		name = "That's enough!"
		command = { type = setflag which = pol_leipzig_flag }
		command = { type = warentry which = POL value = 1 }
		command = { type = influence value = 1 }
		}
}

event = { 
	id = 702206
	random = no 
	country = POL

	trigger = {
		flag = pol_leipzig_flag
	}

	name = "Danzig Demonstrations"
	desc = "After the Leipzig cruiser incident the overseas and Colonial League started a protest campaign. Over 113 000 letters were sent to various institutions, factories, offices and schools asking to protest against German behaviour. In two days the manifestations reached to all major Polish cities. In Warsaw alone on July 17 more than 50 000 people gathered on the Old Town Market to express their outrage. Delegations of the protesters presented Marshall Rydz-Smigly, president Moscicki and prime minister Slawoj-Skladkowski with a note demanding securing the independence of Danzig."
	style = 0
 	
	date = { day = 13 month = july year = 1936 }
	offset = 5
	deathdate = { day = 30 month = july year = 1936 }

	action_a = {
		name = "Gdansk will always be a part of Poland!"
		command = { type = clrflag which = pol_leipzig_flag }
		command = { type = warentry which = POL value = 2 }
		command = { type = dissent value = -1 }
		}
}

#################################
# New Hoi1 CORE 0.93 Events 
#################################
###  USSR invasion of Eastern Poland event sequence by ConjurerDragon ###

event = {
	id = 3602
	random = no
	country = POL
	trigger = {	
		war = { country = POL country = GER }	
		event = 2600 #historical Molotov-Ribbentrop pact event
		control  = { province = 716 data = POL } #Wilno
                lost_national = { country = POL value = 10 }	# At least 10% of national provinces lost
		NOT = 
			{
			war = { country = POL country = SOV }
			garrison = { country = POL province = 716 size = 1 } # no polish troops in Wilno
			}
		}

	name = CEVTNAME_322195 # "Germans and Russians Divide Poland" 
	desc = EVT_3602_DESC

	style = 0
	
	date = { day = 24 month = august year = 1939}
	offset = 15
	deathdate = { year = 1960 }

	action_a = {
		name = OK	
	         	command = { type = secedeprovince which = SOV  value = 716 } #Wilno
		}
	}

event = {
	id = 3603
	random = no
	country = POL
	trigger = {	
		war = { country = POL country = GER }	
		event = 2600 #historical Molotov-Ribbentrop pact event
		control  = { province = 717 data = POL }
                lost_national = { country = POL value = 10 }	# At least 10% of national provinces lost
		NOT = 
			{
			war = { country = POL country = SOV }
			garrison = { country = POL province = 717 size = 1 } # no polish troops
			}
		}

	name = CEVTNAME_322195 # "Germans and Russians Divide Poland" 
	desc = EVT_3602_DESC

	style = 0
	
	date = { day = 24 month = august year = 1939}
	offset = 15
	deathdate = { year = 1960 }

	action_a = {
		name = OK	
	         	command = { type = secedeprovince which = SOV  value = 717 } 
		}
	}

event = {
	id = 3604
	random = no
	country = POL
	trigger = {	
		war = { country = POL country = GER }	
		event = 2600 #historical Molotov-Ribbentrop pact event
		control  = { province = 718 data = POL }
                lost_national = { country = POL value = 10 }	# At least 10% of national provinces lost
		NOT = 
			{
			war = { country = POL country = SOV }
			garrison = { country = POL province = 718 size = 1 } # no polish troops
			}
		}

	name = CEVTNAME_322195 # "Germans and Russians Divide Poland" 
	desc = EVT_3602_DESC

	style = 0
	
	date = { day = 24 month = august year = 1939}
	offset = 15
	deathdate = { year = 1960 }

	action_a = {
		name = OK	
	         	command = { type = secedeprovince which = SOV  value = 718 } 
		}
	}

event = {
	id = 3605
	random = no
	country = POL
	trigger = {	
		war = { country = POL country = GER }	
		event = 2600 #historical Molotov-Ribbentrop pact event
		control  = { province = 721 data = POL }
                lost_national = { country = POL value = 10 }	# At least 10% of national provinces lost
		NOT = 
			{
			war = { country = POL country = SOV }
			garrison = { country = POL province = 721 size = 1 } # no polish troops
			}
		}

	name = CEVTNAME_322195 # "Germans and Russians Divide Poland" 
	desc = EVT_3602_DESC

	style = 0
	
	date = { day = 24 month = august year = 1939}
	offset = 15
	deathdate = { year = 1960 }

	action_a = {
		name = OK	
	         	command = { type = secedeprovince which = SOV  value = 721 } 
		}
	}

event = {
	id = 3606
	random = no
	country = POL
	trigger = {	
		war = { country = POL country = GER }	
		event = 2600 #historical Molotov-Ribbentrop pact event
		control  = { province = 719 data = POL }
                lost_national = { country = POL value = 10 }	# At least 10% of national provinces lost
		NOT = 
			{
			war = { country = POL country = SOV }
			garrison = { country = POL province = 719 size = 1 } # no polish troops 
			}
		}

	name = CEVTNAME_322195 # "Germans and Russians Divide Poland" 
	desc = EVT_3602_DESC

	style = 0
	
	date = { day = 24 month = august year = 1939}
	offset = 15
	deathdate = { year = 1960 }

	action_a = {
		name = OK	
	         	command = { type = secedeprovince which = SOV  value = 719 } 
		}
	}

